import { createContext } from "react"; const BakeryOrderContext = createContext([]); export default BakeryOrderContext;