Skip to content

Commit

Permalink
remove some scripts from base html layout
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko committed Sep 29, 2024
1 parent 80d9389 commit c09e2e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
<script src="./pages/login/login.precompiled.js"></script>
<script src="./pages/signup/signup.precompiled.js"></script>
<script src="./pages/feed/feed.precompiled.js"></script>
<script type="module" src="modules/ajax.js"></script>
<script type="module" src="modules/router.js"></script>
<script type="module" src="modules/user.js"></script>
<script type="module" src="modules/validation.js"></script>

<script type="module" src="index.js"></script>
</body>
</html>

0 comments on commit c09e2e8

Please sign in to comment.