mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
updated leaflet version and tree-shaked deps
This commit is contained in:
parent
973f934614
commit
d8d448bcf7
7 changed files with 22 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
import createReducer from 'reduxsauce/lib/createReducer';
|
||||
import { createReducer } from '~/utils/reducer';
|
||||
import { IDialogs } from '~/constants/dialogs';
|
||||
import { MODES } from '~/constants/modes';
|
||||
import { EDITOR_HANDLERS } from './handlers';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import createReducer from 'reduxsauce/lib/createReducer';
|
||||
import { createReducer } from '~/utils/reducer';
|
||||
import { MAP_HANDLERS } from './handlers';
|
||||
import { DEFAULT_PROVIDER } from '~/constants/providers';
|
||||
import { IMapRoute } from './types';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import createReducer from 'reduxsauce/lib/createReducer';
|
||||
import { createReducer } from '~/utils/reducer';
|
||||
import { DEFAULT_USER, IUser } from '~/constants/auth';
|
||||
import { USER_HANDLERS } from './handlers';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue