import { Link } from "react-router-dom"; export const NavBar = (): React.ReactElement => { return ( ); };