From 296ff0ae7a7ef8c5c4a49c85c375c8a82c232d8d Mon Sep 17 00:00:00 2001 From: BurnLP2013 Date: Tue, 9 Jul 2024 11:36:26 +0200 Subject: [PATCH] a --- web/components.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/components.d.ts b/web/components.d.ts index e7cd53c..75d3ece 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -7,14 +7,6 @@ export {} declare module 'vue' { export interface GlobalComponents { - ActionToolbar: typeof import('./src/components/actionToolbar.vue')['default'] - CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default'] - HeaderBar: typeof import('./src/components/HeaderBar.vue')['default'] - ListViewElement: typeof import('./src/components/ListViewElement.vue')['default'] - ListViewTemplate: typeof import('./src/components/ListViewTemplate.vue')['default'] LoginPage: typeof import('./src/components/loginPage.vue')['default'] - SearchElement: typeof import('./src/components/SearchElement.vue')['default'] - StartPage: typeof import('./src/components/StartPage.vue')['default'] - TurboLogo: typeof import('./src/components/turboLogo.vue')['default'] } }