diff --git a/components.d.ts b/components.d.ts index 213ab65a4e6fa8ad0a32994eb6e65050d68bc5d9..139e2cab76cf09152dddbc49590c12cde6022201 100644 --- a/components.d.ts +++ b/components.d.ts @@ -12,17 +12,16 @@ declare module 'vue' { CreateEntityMenu: typeof import('./src/components/CreateEntityMenu.vue')['default'] Divider: typeof import('primevue/divider')['default'] Drawer: typeof import('primevue/drawer')['default'] - EditImageEntityMenu: typeof import('./src/components/EditImageEntityMenu.vue')['default'] - ImageItem: typeof import('./src/components/entities/ImageItem.vue')['default'] + ImageItem: typeof import('@/modules/entities/ImageItem.vue')['default'] LogoAndLabel: typeof import('./src/components/LogoAndLabel.vue')['default'] - MoveMenu: typeof import('./src/components/editEntityMenus/text/MoveMenu.vue')['default'] + MoveMenu: typeof import('./src/components/editEntityMenu/image/MoveMenu.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SpeedDial: typeof import('primevue/speeddial')['default'] Splitter: typeof import('primevue/splitter')['default'] SplitterPanel: typeof import('primevue/splitterpanel')['default'] - StateMenu: typeof import('./src/components/editEntityMenus/text/StateMenu.vue')['default'] - TextItem: typeof import('./src/components/entities/TextItem.vue')['default'] + StateMenu: typeof import('./src/components/editEntityMenu/image/StateMenu.vue')['default'] + TextItem: typeof import('@/modules/entities/TextItem.vue')['default'] Tree: typeof import('primevue/tree')['default'] UserInfoHeaderWithSettings: typeof import('./src/components/UserInfoHeaderWithSettings.vue')['default'] } diff --git a/index.html b/index.html index d1c0ae6b8441c103fb74237dd006bd11b827b6ad..7a0abe949abb1b37b2ceca8345a6551bd0c1e3db 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,6 @@
- +