cigany pr

This commit is contained in:
arch0Xd 2022-08-02 21:49:33 +02:00 committed by GitHub
parent 981095e745
commit 8aced256b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
import { AppProps } from 'next/app' import { AppProps } from 'next/app'
import 'styles/globals.scss' import 'styles/globals.scss'
const MyApp = ({ Component, pageProps }: AppProps) => { export default MyApp = ({ Component, pageProps }: AppProps) => {
return <Component {...pageProps} /> return <Component {...pageProps} />
} }
export default MyApp