Skip to content

Commit

Permalink
fix(Pills): export module
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminskypavel committed Aug 26, 2020
1 parent 475101c commit 5d91821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
import AttentionBox from "./components/AttentionBox";
import Badge from "./components/Badge";
import Button from "./components/Button";
import Pill from "./components/Pill";

export {Badge, Button, AttentionBox};
export {Badge, Button, AttentionBox, Pill};

0 comments on commit 5d91821

Please sign in to comment.