import { MenuProvider } from '@/features/menu'; import BaseLayout from './BaseLayout'; const index = () => { return ( ); }; export default index;