import { Link } from '$shared/ui'; /** * Custom 404 page — shown for any unmatched route. */ export default function NotFound() { return (

404

Back to main
); }