import { Note } from "@/registry/ui/note" export default function NoteErrorDemo() { return ( An error has occurred. Please try again. ) }