Skip to content

Commit

Permalink
[EM] chore: update npm dependencies, fix index.html
Browse files Browse the repository at this point in the history
* chore: fix lockfile

* fix: move main script to bottom of body tag

* chore: upgrade deps
  • Loading branch information
mxmason committed Apr 8, 2024
1 parent 824a3fb commit 789efc1
Show file tree
Hide file tree
Showing 3 changed files with 2,175 additions and 1,444 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
/>
<meta name="color-scheme" content="dark light" />
<title>Smart Shopping List</title>
<script type="module" src="/src/index.jsx" async></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>

0 comments on commit 789efc1

Please sign in to comment.