mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
feat(admin): make the left navigation bar collapsable (#10774)
This commit is contained in:
@@ -80,10 +80,10 @@ export const router = _createBrowserRouter(
|
||||
path: 'accounts',
|
||||
lazy: () => import('./modules/accounts'),
|
||||
},
|
||||
// {
|
||||
// path: 'ai',
|
||||
// lazy: () => import('./modules/ai'),
|
||||
// },
|
||||
{
|
||||
path: 'ai',
|
||||
lazy: () => import('./modules/ai'),
|
||||
},
|
||||
{
|
||||
path: 'config',
|
||||
lazy: () => import('./modules/config'),
|
||||
|
||||
Reference in New Issue
Block a user