Skip to content

Commit

Permalink
Fixed import assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
karelklima committed Jan 14, 2024
1 parent f6da3bf commit 17ebf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/data/docs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RAW_TOC from "../../docs/table-of-contents.json" assert { type: "json" };
import RAW_TOC from "../../docs/table-of-contents.json" with { type: "json" };

type RawTableOfContents = Record<string, RawTableOfContentsEntry>;

Expand Down

0 comments on commit 17ebf1e

Please sign in to comment.