index.js 103 Bytes EditWeb IDE 1 2 3 4 5 6 import addDialog from './add' import editDialog from './edit' export { addDialog, editDialog }