]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/app.js
more links
[alttp.git] / resources / js / app.js
index c2de14124e8f402b21889e4e2f05709d21007582..f5614c4efcee05e861da3ae9ec17b446b275035f 100644 (file)
@@ -18,13 +18,8 @@ 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'));
-}
-
 if (document.getElementById('react-root')) {
        ReactDOM.render(<App />, document.getElementById('react-root'));
 }