diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 99bdf0a..b86650d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -8,7 +8,7 @@ import { RightPanel } from './components/RightPanel' function App() { const { user, loading: authLoading, login, logout } = useAuth() - const { sessions, activeSessionId, createNew, switchTo, refresh } = useSessions() + const { sessions, activeSessionId, createNew, switchTo } = useSessions() const { messages, isStreaming, sendMessage } = useChat(activeSessionId) if (authLoading) {