import type { ReactNode } from 'react'; import { Button, Input, Label, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, } from 'cloudrite'; // 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 = () => ( e.preventDefault()}> Site settings cloudrite.co.nz — Business plan
);