mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-20 04:05:08 -04:00
Start adding extra views
This commit is contained in:
1
WebDisplay/components.d.ts
vendored
1
WebDisplay/components.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user