I have an async function that makes an API call using fetch that wraps all statements in a try/catch.
export async function fetchAPI() { try { const re