Parcourir la source

:sparkles: chat

visuddhinanda il y a 7 mois
Parent
commit
758b50e9e3
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      dashboard-v4/dashboard/src/Router.tsx

+ 6 - 0
dashboard-v4/dashboard/src/Router.tsx

@@ -92,6 +92,9 @@ import LibraryDownloadPage from "./pages/library/download/Download";
 import LibraryNotifications from "./pages/library/notifications";
 import LibraryNotifications from "./pages/library/notifications";
 import LibraryNotificationsList from "./pages/library/notifications/list";
 import LibraryNotificationsList from "./pages/library/notifications/list";
 
 
+import LibraryChat from "./pages/library/chat";
+import LibraryChatAI from "./pages/library/chat/ai";
+
 import Studio from "./pages/studio";
 import Studio from "./pages/studio";
 import StudioHome from "./pages/studio/home";
 import StudioHome from "./pages/studio/home";
 
 
@@ -308,6 +311,9 @@ const Widget = () => {
           <Route path="home" element={<LibrarySearchKey />} />
           <Route path="home" element={<LibrarySearchKey />} />
           <Route path="key/:key" element={<LibrarySearchKey />} />
           <Route path="key/:key" element={<LibrarySearchKey />} />
         </Route>
         </Route>
+        <Route path="chat" element={<LibraryChat />}>
+          <Route path="ai/new" element={<LibraryChatAI />} />
+        </Route>
 
 
         <Route path="download" element={<LibraryDownload />}>
         <Route path="download" element={<LibraryDownload />}>
           <Route path="download" element={<LibraryDownloadPage />} />
           <Route path="download" element={<LibraryDownloadPage />} />