From 21e9fa1d02132f36984d0bac77e289d900d6e272 Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 5 Mar 2019 17:20:22 +0700 Subject: [PATCH] fixed front-example --- config/frontend.example.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/frontend.example.js b/config/frontend.example.js index b418dfa..ca59f89 100644 --- a/config/frontend.example.js +++ b/config/frontend.example.js @@ -1,4 +1,5 @@ import { DEFAULT_PROVIDER, PROVIDERS } from '$constants/providers'; +import { LatLngLiteral } from 'leaflet'; const API_ADDR = 'https://HOSTNAME.org:3000'; const OSRM_URL = 'https://HOSTNAME.org:5001/route/v1';