mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-25 03:36:12 +01:00
refactors server route for brevity, state working, styling matching to chatgpt
This commit is contained in:
parent
dcf4f2a524
commit
acaef39d12
10 changed files with 75 additions and 53 deletions
|
|
@ -11,5 +11,6 @@ export const store = configureStore({
|
|||
messages: messageReducer,
|
||||
text: textReducer,
|
||||
submit: submitReducer,
|
||||
}
|
||||
},
|
||||
devTools: true,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue