Page not found
++ Oops — the page you're looking for doesn't exist or has been moved. +
+ +diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 3ba7157..c45c3fc 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -9,6 +9,7 @@ import TransactionsPage from './pages/TransactionsPage';
import ReceiptsPage from './pages/ReceiptsPage';
import WelcomePage from './pages/WelcomePage';
import SettingsPage from './pages/SettingsPage';
+import NotFound from './pages/NotFound';
import Budgets from './pages/Budgets';
import ContactUs from './pages/ContactUs';
import Layout from './components/Layout';
@@ -52,6 +53,7 @@ function App() {
element={
+ Oops — the page you're looking for doesn't exist or has been moved. +
+ +