Skip to content

Commit 1675c0c

Browse files
fix(select-modal): update import
1 parent dbeed2e commit 1675c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/select-modal/select-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { CheckboxCustomEvent } from '../checkbox/checkbox-interface';
1010
import type { RadioGroupCustomEvent } from '../radio-group/radio-group-interface';
1111

1212
import type { SelectModalOption } from './select-modal-interface';
13-
import { Theme } from 'src/interface';
13+
import { Theme } from '../../interface';
1414

1515
@Component({
1616
tag: 'ion-select-modal',

0 commit comments

Comments
 (0)