diff options
Diffstat (limited to 'examples/Example02.elm')
-rw-r--r-- | examples/Example02.elm | 2 |
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 = |