File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/commands/omnistudio/migration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { Messages } from '@salesforce/core';
44import OmniStudioBaseCommand from '../../basecommand' ;
55import { AssessmentInfo } from '../../../utils/interfaces' ;
66import { AssessmentReporter } from '../../../utils/resultsbuilder/assessmentReporter' ;
7- import { LwcMigration } from '../../../migration/related/LwcMigration' ;
8- import { ApexMigration } from '../../../migration/related/ApexMigration' ;
7+ import { LwcMigration } from '../../../migration/related/LwcMigration' ;
8+ import { ApexMigration } from '../../../migration/related/ApexMigration' ;
99import { OmniScriptExportType , OmniScriptMigrationTool } from '../../../migration/omniscript' ;
1010import { CardMigrationTool } from '../../../migration/flexcard' ;
1111import { DataRaptorMigrationTool } from '../../../migration/dataraptor' ;
You can’t perform that action at this time.
0 commit comments