8000 Fix import link (#339) · tix06/pyscript@4fe603b · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 4fe603b

Browse files
Fix import link (pyscript#339)
Co-authored-by: mariana <marianameireles@protonmail.com> Co-authored-by: Fabio Pliger <fabio.pliger@gmail.com>
1 parent 0639827 commit 4fe603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/d3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</script>
5454

5555
<script type="module">
56-
import * as d3 from "d3"
56+
import * as d3 from "https://cdn.skypack.dev/d3@7";
5757

5858
const fruits = [
5959
{name: "🍊", count: 21},

0 commit comments

Comments
 (0)
0