File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import { Org } from '@salesforce/core';
55import { fileutil , File } from '../../utils/file/fileutil' ;
66import { MigrationResult } from '../interfaces' ;
77import { sfProject } from '../../utils/sfcli/project/sfProject' ;
8- import { JavaScriptParser } from '../../utils/lwcparser/jsparser /JavaScriptParser' ;
9- import { HTMLParser } from '../../utils/lwcparser/htmlparser /HTMLParser' ;
10- import { XmlParser } from '../../utils/lwcparser/xmlparser /XmlParser' ;
8+ import { JavaScriptParser } from '../../utils/lwcparser/jsParser /JavaScriptParser' ;
9+ import { HTMLParser } from '../../utils/lwcparser/htmlParser /HTMLParser' ;
10+ import { XmlParser } from '../../utils/lwcparser/xmlParser /XmlParser' ;
1111import { BaseRelatedObjectMigration } from './BaseRealtedObjectMigration' ;
1212
1313const LWC_DIR_PATH = '/force-app/main/default/lwc' ;
You can’t perform that action at this time.
0 commit comments