aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/404/index.tsx
blob: 751a450b3073e05413daf77e8365ff919b0c9a7b (plain)
1
2
3
4
5
import "./index.css";

export default function NotFoundPage() {
  return <div className="page-404">Ah-oh, 404!</div>;
}