1 2 3 4 5
import API from "./API.js"; export async function loadData() { app.store.menu = await API.fetchMenu(); }