mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
cigany pr
This commit is contained in:
parent
981095e745
commit
8aced256b2
1 changed files with 2 additions and 4 deletions
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue