.minor changes

This commit is contained in:
skidoodle 2023-04-11 04:17:14 +02:00
parent f797a18a59
commit 56e6282f68
4 changed files with 36 additions and 48 deletions

View file

@ -1,9 +1,5 @@
import { MainLayout } from '@/components/MainLayout';
export default function Home () {
return (
<>
<MainLayout />
</>
);
return <MainLayout />;
}