246d201
1
2
3
4
export function ContextMenuSeparator() { return <div className="w-full h-[1px] bg-[#525252]" />; }