diff --git a/env.d.ts b/env.d.ts
deleted file mode 100644
index b2a1d1a6..00000000
--- a/env.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-///
-///
-///
-
-declare module '*.vue' {
- import type { DefineComponent } from 'vue'
- // eslint-disable-next-line @typescript-eslint/ban-types
- const component: DefineComponent<{}, {}, any>
- export default component
-}