mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
many
This commit is contained in:
parent
a93d09feb8
commit
84bf1b3815
4 changed files with 14 additions and 10 deletions
|
@ -1,9 +1,15 @@
|
|||
import 'styles/globals.scss'
|
||||
import Head from 'next/head'
|
||||
|
||||
import { AppProps } from 'next/app'
|
||||
|
||||
export default function({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<Component {...pageProps} />
|
||||
<>
|
||||
<Head>
|
||||
<title>albert</title>
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue