import { Note } from "@/registry/ui/note" export default function NoteWarningDemo() { return ( This is a warning note. Please be cautious with your actions. ) }