albert.lol/src/pages/index.tsx
2023-04-11 04:17:14 +02:00

5 lines
116 B
TypeScript

import { MainLayout } from '@/components/MainLayout';
export default function Home () {
return <MainLayout />;
}