aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/index.js b/src/index.js
index a022899..4db937f 100644
--- a/src/index.js
+++ b/src/index.js
@@ -14,14 +14,11 @@
* limitations under the License.
*/
-/* JS */
-import { init } from './js/app';
-
/* CSS */
import './styles/app.scss';
document.addEventListener('DOMContentLoaded', function(){
- init();
+ APP.init();
KUKSA.init([
[PATHS.volume, VOLUME],