Skip to content

Commit

Permalink
Update importmap.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasstrehle committed Nov 8, 2023
1 parent f10bb48 commit 5d75bfa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions importmap.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"imports": {
"datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
"datex-core-legacy/": "https://dev.cdn.unyt.org/unyt_core/",
"unyt_core": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
"unyt_core/": "https://dev.cdn.unyt.org/unyt_core/",
"uix": "https://dev.cdn.unyt.org/uix1/uix.ts",
"uix/": "https://dev.cdn.unyt.org/uix1/src/",
"uix/jsx-runtime": "https://dev.cdn.unyt.org/uix1/src/jsx-runtime/jsx.ts",
"unyt-tests/": "https://dev.cdn.unyt.org/unyt_tests/",
"datex-core-legacy": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/datex.ts",
"datex-core-legacy/": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/",
"unyt_core": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/datex.ts",
"unyt_core/": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/",
"uix": "https://cdn.unyt.org/uix@0.1.x/uix.ts",
"uix/": "https://cdn.unyt.org/uix@0.1.x/src/",
"uix/jsx-runtime": "https://cdn.unyt.org/uix@0.1.x/src/jsx-runtime/jsx.ts",
"unyt-tests/": "https://cdn.unyt.org/unyt_tests/",
"common/": "./common/",
"backend/": "./backend/",
"frontend/": "./frontend/"
}
}
}

0 comments on commit 5d75bfa

Please sign in to comment.