From 653bc871130fea2ce328ff4afe6d60754dd227a4 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 29 May 2019 17:11:39 +0200 Subject: [PATCH] fix: fix import --- vue/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/index.js b/vue/index.js index 17e32e676..ff290e64a 100644 --- a/vue/index.js +++ b/vue/index.js @@ -1,4 +1,4 @@ -import Icons from '../js/iconsGenerated.js' +import Icons from '../js' import CIcon from './CIcon' export { CIcon }