Skip to content

Commit

Permalink
fix: deno types (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Dec 29, 2023
1 parent 1ce383c commit 59ed5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import definitions from "@/palette.json" with { type: "json" };
import definitions from "./palette.json" with { type: "json" };

type Entries<T> = {
[K in keyof T]: [K, T[K]];
Expand Down

0 comments on commit 59ed5dd

Please sign in to comment.