Skip to content

Commit

Permalink
revert importmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Strehle committed Mar 28, 2024
1 parent b4360d4 commit 6f1e447
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions importmap.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"imports": {
"datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
"datex-core-legacy/": "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/[email protected]/datex.ts",
"datex-core-legacy/": "https://cdn.unyt.org/[email protected]/",
"unyt_core": "https://cdn.unyt.org/[email protected]/datex.ts",
"unyt_core/": "https://cdn.unyt.org/[email protected]/",
"uix": "https://cdn.unyt.org/[email protected]/uix.ts",
"uix/": "https://cdn.unyt.org/[email protected]/src/",
"uix/jsx-runtime": "https://cdn.unyt.org/[email protected]/src/jsx-runtime/jsx.ts"
}
}

0 comments on commit 6f1e447

Please sign in to comment.