]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/app.js
linebreaks in tech attribution
[alttp.git] / resources / js / app.js
index 16e3e65f89d0065c0a5b31a0cfdb89a6d17f777f..f5614c4efcee05e861da3ae9ec17b446b275035f 100644 (file)
@@ -18,12 +18,7 @@ toastr.options.positionClass = 'toast-bottom-right';
  * or customize the JavaScript scaffolding to fit your unique needs.
  */
 
-import AosApp from './components/aos/App';
-import App from './components/App';
-
-if (document.getElementById('aos-root')) {
-       ReactDOM.render(<AosApp />, document.getElementById('aos-root'));
-}
+import App from './components/app';
 
 if (document.getElementById('react-root')) {
        ReactDOM.render(<App />, document.getElementById('react-root'));