mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-29 11:47:41 +02:00
.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { MainLayout } from '@/components/MainLayout';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<MainLayout />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user