Skip to content

Commit

Permalink
Update react-sfc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
buuing authored May 30, 2024
1 parent 3b99b07 commit 1526ac0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions react-sfc.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@
css: `body { padding: 10px; } #root>div { margin: 10px 0; }`,
importMap: {
"imports": {
"react": "https://ga.jspm.io/npm:[email protected]/index.js",
"react-dom": "https://ga.jspm.io/npm:[email protected]/index.js",
"antd": "https://ga.jspm.io/npm:[email protected]/dist/antd.js",
"moment": "https://ga.jspm.io/npm:[email protected]/moment.js",
"react": "https://esm.sh/[email protected]/index.js",
"react-dom": "https://esm.sh/[email protected]/index.js",
"antd": "https://esm.sh/[email protected]/dist/antd.js",
"moment": "https://esm.sh/[email protected]/moment.js",
"@lucky-canvas/react": "https://unpkg.com/@lucky-canvas/[email protected]/dist/index.esm.js"
},
"scopes": {
"https://ga.jspm.io/": {
"object-assign": "https://ga.jspm.io/npm:[email protected]/index.js",
"scheduler": "https://ga.jspm.io/npm:[email protected]/index.js",
"scheduler/tracing": "https://ga.jspm.io/npm:[email protected]/tracing.js",
"https://esm.sh/": {
"object-assign": "https://esm.sh/[email protected]/index.js",
"scheduler": "https://esm.sh/[email protected]/index.js",
"scheduler/tracing": "https://esm.sh/[email protected]/tracing.js",
}
}
},
Expand Down

0 comments on commit 1526ac0

Please sign in to comment.