import type { Profile, Instance } from "../../generated/types"; interface Props { profile: Profile; instance?: Instance; } function MetaBlock({ label, children, }: { label: string; children: React.ReactNode; }) { return (
{instance.cdpUrl}
{profile.path}
{!profile.pathExists && " (not found)"}