Skip to content

Commit

Permalink
adding text input for easier access
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnutriyuono committed Jul 3, 2020
1 parent 40afbd4 commit beb0160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/atoms/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import TextInputPassword from "./TextInputPassword";
import TextInputEmail from "./TextInputEmail";

export { TextInputEmail, TextInputPassword };

0 comments on commit beb0160

Please sign in to comment.