import styles from './nav.module.css' import { Link } from '@remix-run/react' export default function NavBar() { return ( <> ) }