aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/web/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-react-native-web/apps/web/pages/_app.tsx')
-rw-r--r--examples/with-react-native-web/apps/web/pages/_app.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/with-react-native-web/apps/web/pages/_app.tsx b/examples/with-react-native-web/apps/web/pages/_app.tsx
deleted file mode 100644
index c5a0ea0..0000000
--- a/examples/with-react-native-web/apps/web/pages/_app.tsx
+++ /dev/null
@@ -1,6 +0,0 @@
-import type { AppProps } from "next/app";
-import "../styles/global.css";
-
-export default function MyApp({ Component, pageProps }: AppProps) {
- return <Component {...pageProps} />;
-}