import type { ReactNode } from 'react'; import { Button, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, } from 'cloudrite'; import { Download, RefreshCw, Settings, Trash2 } from 'lucide-react'; // Cloudrite is dark-only — the overlay surfaces read correctly only against the // brand background, not the harness's white card body. const Surface = ({ children }: { children: ReactNode }) => (
{children}
); export const Open = () => (
cloudrite.co.nz Clear cache ⌘R Download backup Settings Auto-renew SSL Delete site
);