mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 19:27:40 +02:00
Use turbo & fix anonymous functions
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user