import BasicPage from './BasicPage' import MainCard from '../components/MainCard' const Page = () => { return ( ); } export default Page;