Browse Source

clean code

kosei-n 2 years ago
parent
commit
cbf99ff223
1 changed files with 1 additions and 0 deletions
  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.