diff options
Diffstat (limited to 'frontend/src/main.tsx')
| -rw-r--r-- | frontend/src/main.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 7688159..04b8cde 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -14,8 +14,6 @@ import './styles/mobile.css' // - /contracts - List all contracts // - /contracts/:id - View contract details with tabs (including Files tab) // - /contracts/:contractId/files/:fileId - View a specific file within contract context -// - /directives - Document editor layout (file tree sidebar) -// - /directives/:id - Document editor for a specific directive // // Note: Standalone file routes (/files, /files/:id) have been removed. // Files are now only accessible through their parent contract. @@ -38,14 +36,6 @@ const router = createBrowserRouter([ element: <FileDetail />, }, { - path: '/directives', - element: <DocumentLayout />, - }, - { - path: '/directives/:id', - element: <DocumentLayout />, - }, - { path: '/daemons', element: <DaemonList />, }, |
