diff options
Diffstat (limited to 'public/projects/react-small-apps/apps/notebook/src/components/commons/index.js')
| -rw-r--r-- | public/projects/react-small-apps/apps/notebook/src/components/commons/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/projects/react-small-apps/apps/notebook/src/components/commons/index.js b/public/projects/react-small-apps/apps/notebook/src/components/commons/index.js new file mode 100644 index 0000000..f0ca17b --- /dev/null +++ b/public/projects/react-small-apps/apps/notebook/src/components/commons/index.js @@ -0,0 +1,5 @@ +import Button from "./Button/Button"; +import { Input, TextArea } from "./FormElements"; +import List from "./List/List"; + +export { Button, Input, List, TextArea }; |
