diff --git a/src/js/app.js b/src/js/app.js index 067c4b6..c733669 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -8,8 +8,6 @@ import dotsEffect from './modules/dots'; (($) => { // When DOM is ready $(() => { - 'use strict'; - dotsEffect.init(); }); })(jQuery);