stash
This commit is contained in:
parent
796fef81be
commit
7df585d774
11 changed files with 246 additions and 72 deletions
|
|
@ -11,6 +11,7 @@ import FotoFirstStep2 from './steps/FotoFirstStep2.vue';
|
|||
import FotoFirstStep3 from './steps/FotoFirstStep3.vue';
|
||||
import FotoFirstStep4 from './steps/FotoFirstStep4.vue';
|
||||
import BulkImportStep1 from './steps/BulkImportStep1.vue';
|
||||
import BulkImportStep6 from './steps/BulkImportStep6.vue';
|
||||
|
||||
/**
|
||||
* Component registry mapping workflow types and steps to components
|
||||
|
|
@ -25,6 +26,7 @@ const componentRegistry = {
|
|||
|
||||
// Bulk Item Import Workflow components
|
||||
'import-items-1': BulkImportStep1,
|
||||
'import-items-6': BulkImportStep6,
|
||||
// Additional steps can be added as needed
|
||||
// 'import-items-2': BulkImportStep2,
|
||||
// 'import-items-3': BulkImportStep3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue