Browse Source

update next-env.d.ts

Yuki Takei 1 năm trước cách đây
mục cha
commit
fdbf91672d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apps/app/next-env.d.ts

+ 1 - 0
apps/app/next-env.d.ts

@@ -1,5 +1,6 @@
 /// <reference types="next" />
 /// <reference types="next/image-types/global" />
+/// <reference types="next/navigation-types/compat/navigation" />
 
 // NOTE: This file should not be edited
 // see https://nextjs.org/docs/basic-features/typescript for more information.