import type { NoteDetail } from "@/lib/types"; export function NoteEditor({ note }: { note: NoteDetail }) { return (