Clear page

This commit is contained in:
2021-12-14 22:47:12 +01:00
parent 527a6fabe9
commit f7c78e94f9
5 changed files with 7 additions and 197 deletions

View File

@@ -1,5 +1,5 @@
import '../styles/globals.css'
import type { AppProps } from 'next/app'
import "../styles/globals.css"
function MyApp({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />