import { Link } from "@remix-run/react"; export default function C(props) { return (

C

This is the C route. It is a function component that returns a div with an h1 and a paragraph.

Go to A
); }