import HelloWorld from "@duogeeks/hello-world"; import { Link } from "@remix-run/react"; import config from "~/config"; export default function A(props) { return (

A

{config.description}

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

Go to B / Go to index
); }