aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/next-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/css-stress-test/next-env.d.ts')
-rw-r--r--examples/css-stress-test/next-env.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/css-stress-test/next-env.d.ts b/examples/css-stress-test/next-env.d.ts
deleted file mode 100644
index 9bc3dd46b..000000000
--- a/examples/css-stress-test/next-env.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-/// <reference types="next" />
-/// <reference types="next/types/global" />
-/// <reference types="next/image-types/global" />
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/basic-features/typescript for more information.