mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
4ef7a49d93
commit
3c18df552d
13 changed files with 227 additions and 198 deletions
|
@ -1,8 +1,12 @@
|
|||
import type { AppProps } from 'next/app'
|
||||
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} />
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
export default MyApp
|
Loading…
Add table
Add a link
Reference in a new issue