1
0
Fork 0
mirror of https://github.com/skidoodle/albert.lol.git synced 2025-02-15 06:09:15 +01:00

.prettier

This commit is contained in:
skidoodle 2023-04-11 01:38:43 +02:00
commit 17bf66129a
6 changed files with 22 additions and 17 deletions
src/pages

View file

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