diff options
Diffstat (limited to 'examples/hello-next/pages/_app.tsx')
-rw-r--r-- | examples/hello-next/pages/_app.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/hello-next/pages/_app.tsx b/examples/hello-next/pages/_app.tsx deleted file mode 100644 index 2fc3e0700..000000000 --- a/examples/hello-next/pages/_app.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import "../styles/globals.css"; - -function MyApp({ Component, pageProps }) { - return <Component {...pageProps} />; -} - -export default MyApp; |