web: remove unused actionToolbar

This commit is contained in:
Mika 2024-07-09 12:15:30 +02:00
parent def6cb6195
commit ab72acc92c
3 changed files with 0 additions and 57 deletions

1
web/components.d.ts vendored
View file

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