web: updated license list

This commit is contained in:
Mika 2024-07-08 14:44:50 +02:00
parent e6330055cb
commit eb9b7532a0
9 changed files with 1079 additions and 16 deletions

1
web/components.d.ts vendored
View file

@ -13,5 +13,6 @@ declare module 'vue' {
ListViewTemplate: typeof import('./src/components/ListViewTemplate.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']
}
}