mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { AppProps } from 'next/app'
|
||||
import 'styles/globals.scss'
|
||||
|
||||
const MyApp = ({ Component, pageProps }: AppProps) => {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
Reference in New Issue
Block a user