]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/app.js
tech title icons
[alttp.git] / resources / js / app.js
index 16e3e65f89d0065c0a5b31a0cfdb89a6d17f777f..c2de14124e8f402b21889e4e2f05709d21007582 100644 (file)
@@ -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(<AosApp />, document.getElementById('aos-root'));