Skip to content

Commit

Permalink
feat: fix directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh-sf committed Sep 13, 2024
1 parent adaccc8 commit f337b7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/migration/related/LwcMigration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Org } from '@salesforce/core';
import { fileutil, File } from '../../utils/file/fileutil';
import { MigrationResult } from '../interfaces';
import { sfProject } from '../../utils/sfcli/project/sfProject';
import { JavaScriptParser } from '../../utils/lwcparser/jsparser/JavaScriptParser';
import { HTMLParser } from '../../utils/lwcparser/htmlparser/HTMLParser';
import { XmlParser } from '../../utils/lwcparser/xmlparser/XmlParser';
import { JavaScriptParser } from '../../utils/lwcparser/jsParser/JavaScriptParser';
import { HTMLParser } from '../../utils/lwcparser/htmlParser/HTMLParser';
import { XmlParser } from '../../utils/lwcparser/xmlParser/XmlParser';
import { BaseRelatedObjectMigration } from './BaseRealtedObjectMigration';

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

0 comments on commit f337b7c

Please sign in to comment.