🔥 Remove unused imports in types

This commit is contained in:
ajnart
2023-05-16 15:58:56 +09:00
parent d84a2c3e51
commit 48448e273c
2 changed files with 1 additions and 2 deletions

1
next-env.d.ts vendored
View File

@@ -1,6 +1,5 @@
/// <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.

View File

@@ -124,4 +124,4 @@
"minimumChangeThreshold": 0,
"showDetails": true
}
}
}