|
@@ -1,11 +1,11 @@
|
|
|
-// generated by unplugin-vue-components
|
|
|
-// We suggest you to commit this file into source control
|
|
|
+/* eslint-disable */
|
|
|
+/* prettier-ignore */
|
|
|
+// @ts-nocheck
|
|
|
+// Generated by unplugin-vue-components
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
-import '@vue/runtime-core'
|
|
|
-
|
|
|
export {}
|
|
|
|
|
|
-declare module '@vue/runtime-core' {
|
|
|
+declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default']
|
|
|
AppBanner: typeof import('./components/app/Banner.vue')['default']
|
|
@@ -210,5 +210,4 @@ declare module '@vue/runtime-core' {
|
|
|
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
|
|
|
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
|
|
|
}
|
|
|
-
|
|
|
}
|