diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 3e29843..c7a9a87 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -30,6 +30,7 @@ import { ShareHub } from './pages/ShareHub';
import { CompanyCardPage } from './pages/CompanyCardPage';
import { HiringBoardPagePaginated } from './pages/HiringBoardPagePaginated';
import { HiringAnalyticsPage } from './pages/HiringAnalyticsPage';
+import { NotFoundPage } from './pages/NotFoundPage';
import './index.css';
const queryClient = new QueryClient({
@@ -185,6 +186,7 @@ function AnimatedRoutes() {
+ The page you're looking for doesn't exist on ExploreYC — yet. + If you followed a link from somewhere else, it might be stale. +
+ +