X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fapp.js;h=f5614c4efcee05e861da3ae9ec17b446b275035f;hb=87ab0a1f3f0abebe078ba3972794627153352081;hp=c2de14124e8f402b21889e4e2f05709d21007582;hpb=c9ed47875647d76d5a794f69f173a1d7ac5984b0;p=alttp.git diff --git a/resources/js/app.js b/resources/js/app.js index c2de141..f5614c4 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -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(, document.getElementById('aos-root')); -} - if (document.getElementById('react-root')) { ReactDOM.render(, document.getElementById('react-root')); }