From 2de1c21023be0d1518d3d2ac663d00a7c20c8944 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 23 Sep 2019 13:29:46 +0200 Subject: FUNCT Add first draft for settings screen --- src/index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index fa62684..962b5a6 100644 --- a/src/index.js +++ b/src/index.js @@ -16,13 +16,6 @@ /* JS */ import './js/AFB.js'; -import { init } from './js/app'; -import { increase, decrease, change } from './js/sliders'; /* CSS */ -import './styles/app.scss'; - -window.increase = increase; -window.decrease = decrease; -window.change = change; -init(); \ No newline at end of file +import './styles/app.scss'; \ No newline at end of file -- cgit 1.2.3-korg