mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import { MainLayout } from '@/components/MainLayout';
|
|
|
|
export default function Home () {
|
|
return <MainLayout />;
|
|
}
|