mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
.minor changes
This commit is contained in:
parent
f797a18a59
commit
56e6282f68
4 changed files with 36 additions and 48 deletions
|
@ -1,9 +1,5 @@
|
|||
import { MainLayout } from '@/components/MainLayout';
|
||||
|
||||
export default function Home () {
|
||||
return (
|
||||
<>
|
||||
<MainLayout />
|
||||
</>
|
||||
);
|
||||
return <MainLayout />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue