Skip to content

Commit

Permalink
fix(hiccup-svg): fix #142, add missing exports (ellipse, image)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticnoah committed Oct 24, 2019
1 parent ee15ce0 commit 1bd7f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hiccup-svg/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
export * from "./api";
export * from "./circle";
export * from "./defs";
export * from "./ellipse";
export * from "./gradients";
export * from "./group";
export * from "./image";
export * from "./line";
export * from "./path";
export * from "./points";
Expand Down

0 comments on commit 1bd7f64

Please sign in to comment.