web: remove navigating to Monographs test

This commit is contained in:
Abdullah Atta
2025-06-27 09:48:44 +05:00
parent 4fa27046bb
commit ca6b50081a

View File

@@ -28,7 +28,6 @@ function createRoute(key: string, header: string) {
const routes = [
createRoute("notes", "Notes"),
createRoute("favorites", "Favorites"),
createRoute("monographs", "Monographs"),
createRoute("reminders", "Reminders"),
createRoute("trash", "Trash")
];