From 647d60583b2d587f6b563e7d0dd2ab3cf8c7933f Mon Sep 17 00:00:00 2001
From: braks <78412429+bcakmakoglu@users.noreply.github.com>
Date: Sun, 9 Oct 2022 00:21:28 +0200
Subject: [PATCH] chore: remove env.d.ts
---
env.d.ts | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 env.d.ts
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
-}