Skip to content

Commit

Permalink
fix: correct import attributes (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Mar 26, 2024
1 parent b1ac49a commit c81e446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unocss/unocss.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { assert } from "https://deno.land/std@0.220.0/assert/mod.ts";
import { createGenerator } from "http://localhost:8080/@unocss/core@0.45";
import presetUno from "http://localhost:8080/@unocss/preset-uno@0.45";
import presetIcons from "http://localhost:8080/@unocss/preset-icons@0.45";
import carbonIcons from "http://localhost:8080/@iconify-json/carbon@1.1/icons.json" assert {
import carbonIcons from "http://localhost:8080/@iconify-json/carbon@1.1/icons.json" with {
type: "json",
};

Expand Down

0 comments on commit c81e446

Please sign in to comment.