import { createContext } from '@lit/context'

export const panelContext = createContext<string>('panel')
