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