import "./NotFoundPage.css"; import { Link } from "react-router-dom"; export function NotFoundPage() { return (
🔍

404

Page Not Found

The page you're looking for doesn't exist or has been moved.

Go to Home
) }