This commit is contained in:
Fedor Katurov 2020-01-14 11:48:17 +07:00
parent 8c9a7fa339
commit 27884b1201

View file

@ -1,6 +1,6 @@
import createReducer from 'reduxsauce/lib/createReducer';
import { IDialogs } from '~/constants/dialogs';
import { MODES } from '~/constants/modes';
import createReducer from 'reduxsauce/lib/createReducer';
import { EDITOR_HANDLERS } from './handlers';
import { ILatLng } from '../map/types';
@ -11,7 +11,7 @@ export interface IEditorState {
markers_shown: boolean;
router: {
points: ILatLng[];
points: ILatLng[];
waypoints: ILatLng[];
};