exxtract CreateSectionManager component
Main daploy / deploy (push) Successful in 48s

This commit is contained in:
2024-11-20 11:26:28 +02:00
parent fc66b779ae
commit a149b9d261
4 changed files with 147 additions and 91 deletions
+1
View File
@@ -22,6 +22,7 @@ declare module 'vue' {
CreatePredefinedMessagesSection: typeof import('./src/components/create/CreatePredefinedMessagesSection.vue')['default']
CreateReadySection: typeof import('./src/components/create/CreateReadySection.vue')['default']
CreateSection: typeof import('./src/components/create/CreateSection.vue')['default']
CreateSectionManager: typeof import('./src/components/create/CreateSectionManager.vue')['default']
CreateSummarySection: typeof import('./src/components/create/CreateSummarySection.vue')['default']
DownloadImageButton: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
DownloadPng: typeof import('./src/components/manage/DownloadImageButton.vue')['default']