Skip to content

Commit

Permalink
fix: Update root imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbitDoge committed Oct 27, 2020
1 parent b770cb3 commit 635b94a
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 @@ -5,9 +5,10 @@ export { default as Card } from "./components/Card";
export { default as Checkbox } from "./components/Checkbox";
export { default as Heading } from "./components/Heading";
export * from "./components/Layouts";
export { default as Link } from "./components/Link";
export * from "./components/Svg";
export { default as Tag } from "./components/Tag";
export { default as Text } from "./components/Text";
export { default as Link } from "./components/Link";
export { default as Toggle } from "./components/Toggle";
export { default as ResetCSS } from "./ResetCSS";

Expand Down

0 comments on commit 635b94a

Please sign in to comment.