Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 894c5f8

Browse files
fix: export assets (#56)
1 parent fd2bf30 commit 894c5f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import "./index.css";
22

33
export * from "./primitives";
44
export * from "./components";
5+
export * from "./assets/icons";
56
export * from "./features/checker";
67
export { handlers } from "./mocks/handlers";

0 commit comments

Comments
 (0)