import { NDKEvent } from "@nostr-dev-kit/ndk"; import { Note } from ".."; export function ChildReply({ event, }: { event: NDKEvent; rootEventId?: string }) { return (
); }