import { createContext } from "reka-ui"; export const [useDashboard, provideDashboardContext] = createContext("DashboardGroup");