summaryrefslogtreecommitdiff
path: root/next-env.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-09 19:24:35 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-09 19:24:35 +0200
commit264292673468df3713dbb0330a3b2190fb60de17 (patch)
treef38dbeee42d543907ed96b3801b052cf62adb15e /next-env.d.ts
parentcbbe66126c5281c2d6e18487dd76516f6e77d4f8 (diff)
fix: correct image export
Diffstat (limited to 'next-env.d.ts')
-rw-r--r--next-env.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/next-env.d.ts b/next-env.d.ts
index c6643fd..9bc3dd4 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,3 +1,6 @@
/// <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.