diff --git a/packages/cf-component-icon/src/index.js b/packages/cf-component-icon/src/index.js index a66e371d..19163606 100644 --- a/packages/cf-component-icon/src/index.js +++ b/packages/cf-component-icon/src/index.js @@ -1,4 +1,4 @@ -import { applyTheme } from '../../cf-style-container'; +import { applyTheme } from 'cf-style-container'; import IconUnstyled from './Icon'; import IconTheme from './IconTheme';