Add support for the uiState

This commit is contained in:
Pranav
2025-05-09 14:02:38 -07:00
parent 939cf61b7c
commit 50b6c07114
9 changed files with 48 additions and 85 deletions
@@ -1,6 +1,6 @@
const initialState = {
isCopilotSidebarOpen: false,
// Add more UI settings here as needed
isConversationSidebarOpen: true,
};
const types = {