From 5670a1074a50cb366afcbe11390dd94601b290f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Tue, 23 May 2017 13:19:47 +0100 Subject: [PATCH] icon: replace absolute import with module import Related-to: #100 --- packages/cf-component-icon/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';