diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:24:18 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:24:18 +0200 |
commit | f16de1ae706c3bf7b95943f548d9dbb55879bf5c (patch) | |
tree | 1741f0f9a46bb5c3dc6710b24910635b30839d59 | |
parent | a1d9187a8e51b3dacc572299c29f67f96ee229af (diff) |
BUGFIX Remove svg inject dependency
-rw-r--r-- | src/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |