import del from './delete'; import get from './get'; import post from './post'; export default { del, get, post };