chat sessions in project view
This commit is contained in:
@@ -2,6 +2,7 @@ import React, { useState } from 'react';
|
||||
import ChatWindow from './components/ChatWindow';
|
||||
import InfoPanel from './components/InfoPanel';
|
||||
import Sidebar from './components/Sidebar';
|
||||
import {v4 as uuidv4} from 'uuid';
|
||||
|
||||
/*** View Panels*** */
|
||||
import AllChatsView from './components/AllChatsView';
|
||||
@@ -25,6 +26,7 @@ export default function App() {
|
||||
|
||||
const {
|
||||
sessions,
|
||||
setSessions,
|
||||
activeSession,
|
||||
messages,
|
||||
loadingHistory,
|
||||
|
||||
Reference in New Issue
Block a user