import { cn } from "@lume/utils"; import { NDKEvent } from "@nostr-dev-kit/ndk"; import { Note } from ".."; export function TextNote({ event, className, }: { event: NDKEvent; className?: string }) { return (
); }