aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Example01.elm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Example01.elm')
-rw-r--r--examples/Example01.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Example01.elm b/examples/Example01.elm
index 8348f84..32f5bd6 100644
--- a/examples/Example01.elm
+++ b/examples/Example01.elm
@@ -3,7 +3,7 @@ module Example01 exposing (main)
import Html exposing (div, text)
import Html.Attributes exposing (style)
import LngLat exposing (LngLat)
-import MapCommands
+import MapCommands exposing (Response(..))
import Mapbox.Cmd.Option as Opt
import Mapbox.Element exposing (..)
import Mapbox.Expression as E exposing (false, float, int, str, true)