import { Event } from "@lume/types"; import { cn } from "@lume/utils"; import { Note } from ".."; export function TextNote({ event, className, }: { event: Event; className?: string; }) { return (
); }