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, 3 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index b5d367b..d71dd0c 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,8 +1,9 @@
/* JS */
import './js/AFB.js';
-import { init, launch } from './js/app.js';
/* CSS */
import './styles/app.scss';
-document.addEventListener('DOMContentLoaded', init); \ No newline at end of file
+document.addEventListener('DOMContentLoaded', function(){
+ TEMPERATURE.init();
+}); \ No newline at end of file