File size: 101 Bytes
b59aa07
 
 
1
2
3
4
export function ContextMenuSeparator() {
  return <div className="w-full h-[1px] bg-[#525252]" />;
}