Spaces:
Build error
Build error
export function ContextMenuSeparator() { | |
return <div className="w-full h-[1px] bg-[#525252]" />; | |
} | |
export function ContextMenuSeparator() { | |
return <div className="w-full h-[1px] bg-[#525252]" />; | |
} | |