Skip to content

Commit

Permalink
#1169 - fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 27, 2020
1 parent 6c60d47 commit b24692a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { RunningContextService } from "./running-context.service";
import { initialState, ISRAEL_HIKING_MAP, ISRAEL_MTB_MAP, SATELLITE, ESRI, HIKING_TRAILS, BICYCLE_TRAILS } from "../reducres/initial-state";
import { classToActionMiddleware } from "../reducres/reducer-action-decorator";
import { rootReducer } from "../reducres/root.reducer";
import { ApplicationState, LatLngAlt } from "../models/models";
import { ApplicationState } from "../models/models";
import { ToastService } from "./toast.service";
import { ResourcesService } from "./resources.service";

Expand Down

0 comments on commit b24692a

Please sign in to comment.