import * as StudentsGet from './students.get' import * as StudentsPost from './students.post' import * as StudentsDelete from './students.delete' import * as StudentsPut from './students.put' export { StudentsGet, StudentsPost, StudentsDelete, StudentsPut }