Backup-bdg's picture
Upload 565 files
b59aa07 verified
raw
history blame
101 Bytes
export function ContextMenuSeparator() {
return <div className="w-full h-[1px] bg-[#525252]" />;
}