import { Link } from 'react-router-dom'; export function NotFoundPage() { return (

404

no route. back to topics

); }