diff --git a/frontend/src/App.js b/frontend/src/App.js
index 349dbaa..84633f4 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -11,6 +11,7 @@ import HomePage from './pages/Home';
import AboutPage from './pages/AboutPage';
import DocumentationPage from './pages/DocumentationPage';
import ContributorsPage from './pages/ContributorsPage';
+import NotFoundPage from './pages/NotFoundPage';
import './App.css';
function App() {
@@ -97,6 +98,10 @@ function App() {
path="/contributors"
element={
+ Uh-oh! This algorithm didn't find a solution here. +
++ Looks like this page isn't in the visualization. Try going back and + exploring! +
+ +