diff --git a/web/components.d.ts b/web/components.d.ts index b533d17..c1e707d 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -7,7 +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'] diff --git a/web/src/App.vue b/web/src/App.vue index 6c38321..e6fc788 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -7,7 +7,6 @@
-
  • @@ -22,7 +21,6 @@ - - - - -