Skip to content

Commit 7201e6b

Browse files
authored
Update import path for routes type definitions
Signed-off-by: Igor Rodrigues Machado <107290125+igorrm19@users.noreply.github.com>
1 parent 4c5290c commit 7201e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
33
/// <reference types="next/navigation-types/compat/navigation" />
4-
import './.next/dev/types/routes.d.ts';
4+
import './.next/types/routes.d.ts';
55

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

0 commit comments

Comments
 (0)