import Select from './select'; import Add from './add'; import InsertForm from './InsertForm'; let Tools = { Select, Add, } export { Tools, Select, Add, }