import StaffList from './StaffList.vue' import StaffAdd from './StaffAdd.vue' import StaffEdit from './StaffEdit.vue' export { StaffList, StaffAdd, StaffEdit }