File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Settings/resources/js/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import styles from './Icons.module.scss' ;
3- import { imageUrl } from '../../../ utils/helpers' ;
3+ import { imageUrl } from '../utils/helpers' ;
44
55export const InfoIcon = ( { label} ) => {
66 return (
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = {
1717 GiveAddonFormBuilderExtension : srcPath ( 'FormExtension/FormBuilder/resources/js/index.tsx' ) ,
1818 GiveAddonFormBuilderExtensionGlobalStyle : srcPath ( 'FormExtension/FormBuilder/resources/css/index.scss' ) ,
1919 GiveAddonOffSiteGateway : srcPath ( 'OffSiteGateway/Gateway/resources/OffSiteGateway.tsx' ) ,
20- settings : srcPath ( 'Settings/resources/js/admin/ index.tsx' ) ,
20+ settings : srcPath ( 'Settings/resources/js/index.tsx' ) ,
2121 } ,
2222} ;
2323
You can’t perform that action at this time.
0 commit comments