Skip to content

Commit 71027b1

Browse files
committed
1 parent 60b9b50 commit 71027b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ability-toggle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import stylesheet from "./ability-toggle.css" assert { type: "css" }
1+
import stylesheet from "./ability-toggle.css" with { type: "css" }
22

33
const template = document.createElement("template")
44
template.innerHTML = `

ability-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import stylesheet from "./ability-tree.css" assert { type: "css" }
1+
import stylesheet from "./ability-tree.css" with { type: "css" }
22

33
class AbilityTree extends HTMLElement {
44
obtainedAbilities = new Map();

0 commit comments

Comments
 (0)