mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 08:25:30 +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
|
|
@ -1,4 +1,4 @@
|
|||
import { createSlice } from '@reduxjs/toolkit';
|
||||
import { createSlice, current } from '@reduxjs/toolkit';
|
||||
|
||||
const initialState = {
|
||||
error: false,
|
||||
|
|
|
|||
|
|
@ -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