import "./note.css"; import { type NostrEvent } from "@snort/system"; import { Markdown } from "element/markdown"; import { Profile } from "element/profile"; export function Note({ ev }: { ev: NostrEvent }) { return (