diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 3c51f7f..18255d8 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -9,7 +9,9 @@ import TPS from './pages/TPS/TPS'
import KnowledgeBase from './pages/KnowledgeBase/KnowledgeBase'
import Doco from './pages/Doco/Doco'
import UserManage from './pages/UserManage/UserManage'
+import EditorDesk from './pages/EditorDesk/EditorDesk'
import AuthGuard from './components/AuthGuard/AuthGuard'
+import RoleGuard from './components/AuthGuard/RoleGuard'
const theme = {
token: {
@@ -39,7 +41,22 @@ function App() {
} />
} />
} />
- } />
+
+
+
+ }
+ />
+
+
+
+ }
+ />