diff --git a/frontend/src/ChatLayout.jsx b/frontend/src/ChatLayout.jsx index c3815bc..7fe6b8c 100644 --- a/frontend/src/ChatLayout.jsx +++ b/frontend/src/ChatLayout.jsx @@ -27,6 +27,7 @@ export default function ChatLayout({ onSelectSession, userId }) { + const [showOffcanvas, setShowOffcanvas] = useState(false); const [showSessionsPanel, setShowSessionsPanel] = useState(false); useEffect(() => {