REACT_IMPORT_MAP = Object.freeze({
"imports": {
"htm": "https://ga.jspm.io/npm:htm@3.1.1/dist/htm.module.js",
"react": `https://ga.jspm.io/npm:react@${REACT_VERSION}/dev.index.js`,
"react-dom": `https://ga.jspm.io/npm:react-dom@${REACT_VERSION}/dev.index.js`,
"react-dom/client": `https://ga.jspm.io/npm:react-dom@${REACT_VERSION}/dev.client.js`
},
"scopes": {
"https://ga.jspm.io/": {
"scheduler": "https://ga.jspm.io/npm:scheduler@0.26.0/dev.index.js"
}
}
})