mirror of
https://github.com/lmg-anon/mikupad.git
synced 2026-07-09 17:19:17 +00:00
Fix importmap
This commit is contained in:
parent
7d9b7e3d75
commit
9698d200a0
1 changed files with 4 additions and 4 deletions
|
|
@ -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/scrollview-resize@1.0.2"
|
||||
"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/scrollview-resize@1.0.2"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue