catalog add sidebar

This commit is contained in:
hamid zarghami
2026-03-09 15:56:47 +03:30
parent 654eefcd3a
commit cbd4ab181a
3 changed files with 14 additions and 1 deletions
+3
View File
@@ -2,4 +2,7 @@ export const Paths = {
home: "/",
editor: "/editor",
viewer: "/viewer",
catalog: {
list: "/catalogue",
},
};