aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/apps/notebook/src/components/commons/FormElements/index.js
blob: 1d1f6103c0c1aafcd94d44db42f7506a2e1f89c6 (plain)
1
2
3
4
import Input from "./Input/Input";
import TextArea from "./TextArea/TextArea";

export { Input, TextArea };