diff options
author | Jakub Hampl <kopomir@gmail.com> | 2018-07-13 16:26:15 +0100 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2018-07-13 16:26:15 +0100 |
commit | 23c3623bda77a4601cfec3dfd7d9961b7d4fb83c (patch) | |
tree | be73de4926df482396ba8d9f2c5f6000f5552f3d /examples/Example01.elm | |
parent | cc6d143dd8124e13059c26125e70237795e9a9a4 (diff) |
Various small fixes
Diffstat (limited to 'examples/Example01.elm')
-rw-r--r-- | examples/Example01.elm | 2 |
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) |