diff --git a/src/App.jsx b/src/App.jsx index 9573a2b..e598937 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,6 +4,7 @@ import Menu from "./components/menu"; import CreateNote from "./pages/create"; import Save from "./pages/save-local"; import Note from "./pages/note"; +import Notes from "./pages/notes"; function App() { Storage.prototype.setObj = function (key, obj) { @@ -24,10 +25,7 @@ function App() { path="/about" element={