import { Link } from "react-router-dom"; function NoMatch() { /* A "layout route" is a good place to put markup you want to share across all the pages on your site, like navigation. */ return ( ); } export default NoMatch;