Skip to content

Commit f337b7c

Browse files
author
Shailesh Pachbhai
committed
feat: fix directory path
1 parent adaccc8 commit f337b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/migration/related/LwcMigration.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { Org } from '@salesforce/core';
55
import { fileutil, File } from '../../utils/file/fileutil';
66
import { MigrationResult } from '../interfaces';
77
import { 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';
1111
import { BaseRelatedObjectMigration } from './BaseRealtedObjectMigration';
1212

1313
const LWC_DIR_PATH = '/force-app/main/default/lwc';

0 commit comments

Comments
 (0)