Skip to content

Commit ee80232

Browse files
committed
refactor: fix typescript errors
1 parent ade355c commit ee80232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { PictogramOutput } from "@carbon/pictograms";
22
import { expect, test } from "bun:test";
3-
import { buildPictograms } from "../src";
4-
import { template } from "../src/template";
3+
import { buildPictograms } from "../src/index.js";
4+
import { template } from "../src/template.js";
55

66
test("imports", async () => {
77
const pictograms = await buildPictograms();

0 commit comments

Comments
 (0)