Skip to content

Commit

Permalink
Fixes app import paths in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiupover committed Sep 2, 2024
1 parent a4f0250 commit e297b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files-override/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<script src="/@embroider/core/vendor.js"></script>
<script type="module">
import Application from './app';
import environment from './config/environment';
import Application from './app/app';
import environment from './app/config/environment';

Application.create(environment.APP);
</script>
Expand Down

0 comments on commit e297b14

Please sign in to comment.