UNPKG

navrary-util-components

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

5 lines (4 loc) 266 B
export { default as Dialog } from "../components/dialog/Dialog"; export { default as Select } from "../components/select/Select"; export { default as CheckBox } from "../components/checkbox/Checkbox"; export { default as Switch } from "../components/switch/Switch";