// src/components/Pages/PageNotFound.jsx import "./PageNotFound.css"; function PageNotFound() { return (

404 - Page Not Found

Sorry, we couldn't find the page you were looking for.

); } export default PageNotFound;