From 9bd079e10dfa68df2f2fec5adb35df90edb3525f Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Fri, 15 Feb 2019 20:50:23 +0000 Subject: Mapbox Upgrade + Simplified Enums (#9) --- examples/Example02.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Example02.elm') 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 = -- cgit v1.2.3