diff --git a/src/App.jsx b/src/App.jsx
index 56ae444..9f7f9ef 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -118,6 +118,7 @@ import Resize from "./pages/docs/Interactivity/Resize";
import ScrollBehavior from "./pages/docs/Interactivity/ScrollBehavior";
import UserSelect from "./pages/docs/Interactivity/UserSelect";
import WillChange from "./pages/docs/Interactivity/WillChange";
+import NotFound from "./pages/NotFound";
import "./app.css";
@@ -603,6 +604,10 @@ function App() {
},
],
},
+ {
+ path: "*",
+ element: