X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fapp.js;h=c2de14124e8f402b21889e4e2f05709d21007582;hb=c9ed47875647d76d5a794f69f173a1d7ac5984b0;hp=16e3e65f89d0065c0a5b31a0cfdb89a6d17f777f;hpb=b814478f9bc289cd558fd4a5beab44f299347d88;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'));