import { Link } from "@remix-run/react"; export default function C(props) { return (
This is the C route. It is a function component that returns a div with an h1 and a paragraph.