From f16de1ae706c3bf7b95943f548d9dbb55879bf5c Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 1 Jul 2019 13:24:18 +0200 Subject: BUGFIX Remove svg inject dependency --- src/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 007f72f..5d79858 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,4 @@ /* JS */ -import '@iconfu/svg-inject'; import './js/AFB.js'; import { init, launch } from './js/app.js'; -- cgit 1.2.3-korg