Skip to content

Commit

Permalink
WIP: get app working
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 11, 2024
1 parent 52aa0c9 commit d46a224
Show file tree
Hide file tree
Showing 22 changed files with 2,545 additions and 59 deletions.
12 changes: 12 additions & 0 deletions client/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Administrators: typeof import('./src/components/administrators.vue')['default']
ApiExplorer: typeof import('./src/components/api-explorer.vue')['default']
Bounces: typeof import('./src/components/bounces.vue')['default']
ComboTable: typeof import('./src/components/shared/combo-table.vue')['default']
Configurations: typeof import('./src/components/configurations.vue')['default']
Editor: typeof import('./src/components/shared/editor.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
Home: typeof import('./src/components/home.vue')['default']
Login: typeof import('./src/components/login.vue')['default']
Notifications: typeof import('./src/components/notifications.vue')['default']
OidcCallback: typeof import('./src/components/oidc-callback.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Subscriptions: typeof import('./src/components/subscriptions.vue')['default']
Viewer: typeof import('./src/components/shared/viewer.vue')['default']
}
}
Loading

0 comments on commit d46a224

Please sign in to comment.