diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 445409430..878a98f9c 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -2,6 +2,7 @@ import { Routes, Route } from 'react-router-dom';
import Navigation from './Navigation';
import Conversation from './conversation/Conversation';
import About from './About';
+import PageNotFound from './PageNotFound';
import { inject } from '@vercel/analytics';
import { useMediaQuery } from './hooks';
import { useState } from 'react';
@@ -25,6 +26,7 @@ export default function App() {
+
The page you are looking for does not exist.
+ + +