Update README.md
This commit is contained in:
Родитель
579101ec5f
Коммит
ccfd3e4e48
|
@ -75,7 +75,7 @@ import { getUsersModule } from "./usersModule";
|
||||||
|
|
||||||
const store: IModuleStore<IState> = createStore({
|
const store: IModuleStore<IState> = createStore({
|
||||||
initialState: { /** initial state */ },
|
initialState: { /** initial state */ },
|
||||||
enhancers: { /** enhancers to include */ },
|
enhancers: [ /** enhancers to include */ ],
|
||||||
extensions: [/** extensions to include i.e. getSagaExtension(), getThunkExtension() */],
|
extensions: [/** extensions to include i.e. getSagaExtension(), getThunkExtension() */],
|
||||||
},
|
},
|
||||||
getUsersModule()
|
getUsersModule()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче