Start adding extra views

This commit is contained in:
2026-06-19 00:06:31 +00:00
parent 0384879bea
commit 609938252b
10 changed files with 220 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
AlarmOverview: typeof import('./src/components/AlarmOverview.vue')['default']
Almanac: typeof import('./src/components/Almanac.vue')['default']
CalendarAgenda: typeof import('./src/components/CalendarAgenda.vue')['default']
CurrentLaundryStatus: typeof import('./src/components/CurrentLaundryStatus.vue')['default']