import { Link } from '@remix-run/react' export default function NoteIndexPage() { return (

No note selected. Select a note on the left, or{' '} create a new note.

) }