X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fapp.js;h=f5614c4efcee05e861da3ae9ec17b446b275035f;hb=9aca4f1a99af65dc988d2f66e122e25456a4efd9;hp=16e3e65f89d0065c0a5b31a0cfdb89a6d17f777f;hpb=8f8c68f00151100f2a2fa535492847ddb6b7029a;p=alttp.git diff --git a/resources/js/app.js b/resources/js/app.js index 16e3e65..f5614c4 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -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(, document.getElementById('aos-root')); -} +import App from './components/app'; if (document.getElementById('react-root')) { ReactDOM.render(, document.getElementById('react-root'));