Use turbo & fix anonymous functions

This commit is contained in:
skidoodle 2022-10-25 19:53:49 +02:00
parent 3d9fde82c8
commit 4d9964623f
9 changed files with 1161 additions and 19 deletions

View file

@ -3,7 +3,7 @@ import Head from 'next/head';
import { AppProps } from 'next/app';
export default function ({ Component, pageProps }: AppProps) {
export default function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>