import { Link } from "remix"; export default function NoteIndexPage() { return (

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

); }