Skip to content

Commit 679d6eb

Browse files
committed
Update _app.tsx
1 parent f907f29 commit 679d6eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pages/_app.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import type { AppProps } from 'next/app'
12
import '../styles.css'
23

3-
export default function MyApp({ Component, pageProps }) {
4+
export default function MyApp({ Component, pageProps }: AppProps) {
45
return <Component {...pageProps} />
56
}

0 commit comments

Comments
 (0)