feat: improve prompt management (#7853)

This commit is contained in:
darkskygit
2024-08-14 08:38:36 +00:00
parent cd3924b8fc
commit 339c39c1ec
13 changed files with 161 additions and 105 deletions
+4 -4
View File
@@ -81,10 +81,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'),