more work on auth

This commit is contained in:
Thomas Ruoff
2024-09-12 23:25:34 +02:00
parent 9f80ca4b1b
commit 219881810d
4 changed files with 45 additions and 35 deletions

View File

@@ -7,10 +7,8 @@ import '../styles/gfm.css'
export default function MyApp({ Component, pageProps }) {
return (
<div className="flex flex-col min-h-screen">
<Layout>
<Component {...pageProps} />
<Analytics />
</Layout>
<Component {...pageProps} />
<Analytics />
</div>
)
}