mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed create reducer
This commit is contained in:
parent
ce128306cc
commit
8c9a7fa339
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import { IDialogs } from '~/constants/dialogs';
|
||||
import { MODES } from '~/constants/modes';
|
||||
import { createReducer } from 'reduxsauce';
|
||||
import createReducer from 'reduxsauce/lib/createReducer';
|
||||
import { EDITOR_HANDLERS } from './handlers';
|
||||
import { ILatLng } from '../map/types';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { createReducer } from 'reduxsauce';
|
||||
import createReducer from 'reduxsauce/lib/createReducer';
|
||||
import { MAP_HANDLERS } from './handlers';
|
||||
import { DEFAULT_PROVIDER } from '~/constants/providers';
|
||||
import { IMapRoute } from './types';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { createReducer } from 'reduxsauce';
|
||||
import createReducer from 'reduxsauce/lib/createReducer';
|
||||
import { DEFAULT_USER, IUser } from '~/constants/auth';
|
||||
import { USER_HANDLERS } from './handlers';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue