aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Example02.elm
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-15 20:50:23 +0000
committerGitHub <noreply@github.com>2019-02-15 20:50:23 +0000
commit9bd079e10dfa68df2f2fec5adb35df90edb3525f (patch)
treec65a4314629a043b1fe91dca0d56bbdcfb4c5dff /examples/Example02.elm
parent16f0d89d0f19c2d8bf1bad6c41383973d9ce1ad6 (diff)
Mapbox Upgrade + Simplified Enums (#9)4.0.0
Diffstat (limited to 'examples/Example02.elm')
-rw-r--r--examples/Example02.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Example02.elm b/examples/Example02.elm
index c485a7a..a985f2e 100644
--- a/examples/Example02.elm
+++ b/examples/Example02.elm
@@ -4,7 +4,7 @@ import Browser
import Html exposing (div)
import Html.Attributes
import Mapbox.Element exposing (..)
-import Styles.SatelliteStreets exposing (style)
+import Styles.Dark exposing (style)
main =