import { NoteForm } from '@/components/note-form' export default function NewNotePage() { return (

Crear nueva nota

) }