cafeMenuasync () => { const response = await fetch("/api/cafe_menu.json"); const data = await response.json(); return data; }