Skip to content

Commit

Permalink
fix(radio): Missing import (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev committed Jan 20, 2021
1 parent 8d7fdfa commit ec0fada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from "./components/Heading";
export * from "./components/Image";
export * from "./components/Input";
export * from "./components/Layouts";
export * from "./components/Radio";
export * from "./components/Svg";
export * from "./components/Tag";
export * from "./components/Text";
Expand Down

0 comments on commit ec0fada

Please sign in to comment.