mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
.
This commit is contained in:
commit
9cf213d556
29 changed files with 3825 additions and 0 deletions
9
src/pages/index.tsx
Normal file
9
src/pages/index.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { MainLayout } from '@/components/MainLayout';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<MainLayout />
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue