import API from "./API.js"; const Store = { menu: null, cart: [], }; export default Store;