diff options
Diffstat (limited to 'examples/non-monorepo/pages/_app.tsx')
| -rw-r--r-- | examples/non-monorepo/pages/_app.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/non-monorepo/pages/_app.tsx b/examples/non-monorepo/pages/_app.tsx deleted file mode 100644 index e6f7c5c..0000000 --- a/examples/non-monorepo/pages/_app.tsx +++ /dev/null @@ -1,6 +0,0 @@ -import "../styles/globals.css"; -import type { AppProps } from "next/app"; - -export default function App({ Component, pageProps }: AppProps) { - return <Component {...pageProps} />; -} |
