import { Note } from "@/registry/ui/note" export default function NoteDemo() { return ( This is an informational note. ) }