File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import findAndroidAppFolder from './findAndroidAppFolder';
1212import findManifest from './findManifest' ;
1313import findPackageClassName from './findPackageClassName' ;
1414import readManifest from './readManifest' ;
15- import linkConfigAndroid from '../../link/android' ;
15+ import linkConfigAndroid from '../../commands/ link/android' ;
1616
1717export const linkConfig = linkConfigAndroid ;
1818
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import path from 'path';
1111import findProject from './findProject' ;
1212import findPodfilePath from './findPodfilePath' ;
1313import findPodspecName from './findPodspecName' ;
14- import linkConfigIos from '../../link/ios' ;
14+ import linkConfigIos from '../../commands/ link/ios' ;
1515
1616export const linkConfig = linkConfigIos ;
1717
You can’t perform that action at this time.
0 commit comments