'use client' import { createContext } from 'react' export const SidebarRootContext = createContext(false)