aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.js b/src/index.js
index 007f72f..b5d367b 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,11 +1,8 @@
/* JS */
-import '@iconfu/svg-inject';
import './js/AFB.js';
import { init, launch } from './js/app.js';
/* CSS */
import './styles/app.scss';
-window.launch = launch;
-
document.addEventListener('DOMContentLoaded', init); \ No newline at end of file