Skip to content

Commit 4411b56

Browse files
fix: update import statement in next-env.d.ts to use .d.ts extension
1 parent 394a5d0 commit 4411b56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Web/Landing/next-env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.js";
3+
4+
import "./.next/dev/types/routes.d.ts";
45

56
// NOTE: This file should not be edited
67
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)