mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
1a2aa9f678
commit
2d726ddfe3
6 changed files with 115 additions and 2013 deletions
|
@ -1,11 +1,7 @@
|
|||
import { AppProps } from 'next/app'
|
||||
import Head from 'next/head'
|
||||
import 'styles/globals.scss'
|
||||
|
||||
const MyApp = ({ Component, pageProps }: AppProps) => {
|
||||
<Head>
|
||||
<title>albert</title>
|
||||
</Head>
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue