import { fetchEmployees } from './api' fetchEmployees().then(console.log).catch(e => console.error(e.message))