This is not a commit
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import '../styles/globals.css'
|
||||
import { SessionProvider } from "next-auth/react"
|
||||
import Head from "next/head";
|
||||
|
||||
function MyApp({
|
||||
Component,
|
||||
@@ -7,6 +8,10 @@ function MyApp({
|
||||
}) {
|
||||
return (
|
||||
<SessionProvider session={session}>
|
||||
<Head>
|
||||
<meta name="description" content="Wastpol" />
|
||||
<link rel="icon" href="/icon.png" />
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
</SessionProvider>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user