From e8334852a7e687fb2581da8e5be2b52a9ed56b96 Mon Sep 17 00:00:00 2001 From: MekalaNagarajan-Centrica Date: Wed, 5 Jan 2022 13:14:05 +0000 Subject: [PATCH] fix: package path --- packages/library/components/inputter/src/inputter-component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/library/components/inputter/src/inputter-component.js b/packages/library/components/inputter/src/inputter-component.js index 5d2f41c1..814cb091 100644 --- a/packages/library/components/inputter/src/inputter-component.js +++ b/packages/library/components/inputter/src/inputter-component.js @@ -4,7 +4,7 @@ import { INPUTTER_VALIDATION_WARNING_ICON } from '@muons/library/build/tokens/es6/muon-tokens'; import { ValidationMixin } from '@muons/library/mixins/validation-mixin'; -import { Icon } from '@muons/library/components/Icon'; +import { Icon } from '@muons/library/components/icon'; import styles from './styles.css'; /**