Skip to content

Commit

Permalink
Fix importmap
Browse files Browse the repository at this point in the history
  • Loading branch information
lmg-anon authored Jan 15, 2025
1 parent 7d9b7e3 commit 9698d20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mikupad.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@18",
"react-dom/client": "https://esm.sh/react-dom@18/client?external=react",
"htm/react": "https://esm.sh/htm@3/react?external=react&react=18",
"scrollview-resize": "https://esm.sh/[email protected]"
"react": "https://esm.sh/v135/react@18",
"react-dom/client": "https://esm.sh/v135/react-dom@18/client?external=react",
"htm/react": "https://esm.sh/v135/htm@3/react?external=react&react=18",
"scrollview-resize": "https://esm.sh/v135/[email protected]"
}
}
</script>
Expand Down

0 comments on commit 9698d20

Please sign in to comment.