export function deport (id) {
  return async dispatch => {
    dispatch({ type: DELETE_ADMIN_STARTED })
    try {
      const token = getToken()