import React from 'react' import CardContainer from '../../components/CardContainer' import Head from 'next/head' function index() { return ( <> Cath Control Panel

Control Panel

Commands
) } export default index