mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
commit
This commit is contained in:
commit
b9dc57578a
26 changed files with 2590 additions and 0 deletions
8
pages/_app.tsx
Normal file
8
pages/_app.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { AppProps } from 'next/app'
|
||||
import 'styles/globals.scss'
|
||||
|
||||
const MyApp = ({ Component, pageProps }: AppProps) => {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
Loading…
Add table
Add a link
Reference in a new issue