X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fapp.js;h=c2de14124e8f402b21889e4e2f05709d21007582;hb=6bc8cf8ce3ddc1592c56d2d414a5b9b7215eff6d;hp=16e3e65f89d0065c0a5b31a0cfdb89a6d17f777f;hpb=8f8c68f00151100f2a2fa535492847ddb6b7029a;p=alttp.git diff --git a/resources/js/app.js b/resources/js/app.js index 16e3e65..c2de141 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -19,7 +19,7 @@ toastr.options.positionClass = 'toast-bottom-right'; */ import AosApp from './components/aos/App'; -import App from './components/App'; +import App from './components/app'; if (document.getElementById('aos-root')) { ReactDOM.render(, document.getElementById('aos-root'));