aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/web/next-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-react-native-web/apps/web/next-env.d.ts')
-rw-r--r--examples/with-react-native-web/apps/web/next-env.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/with-react-native-web/apps/web/next-env.d.ts b/examples/with-react-native-web/apps/web/next-env.d.ts
deleted file mode 100644
index 4f11a03..0000000
--- a/examples/with-react-native-web/apps/web/next-env.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-/// <reference types="next" />
-/// <reference types="next/image-types/global" />
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/basic-features/typescript for more information.