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