mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
redeploy
This commit is contained in:
parent
8c9a7fa339
commit
27884b1201
1 changed files with 2 additions and 2 deletions
|
@ -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[];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue