import { createContext } from "solid-js";
export const BeansContext = createContext({});
