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'] } }