UNPKG

adminjs

Version:
12 lines (10 loc) 200 B
import Edit from './edit.js' import Filter from './filter.js' import List from './list.js' import Show from './show.js' export { Edit as edit, Filter as filter, List as list, Show as show, }