💀 remove dead code

This commit is contained in:
Tessa Kelly 2020-03-23 17:36:39 -07:00
parent cf823c4b8a
commit 4371963b0a

View File

@ -38,7 +38,6 @@ import Examples.UiIcon
import Html exposing (Html, img)
import Html.Attributes exposing (..)
import ModuleExample exposing (ModuleExample)
import Url exposing (Url)
type alias ModuleStates =
@ -367,9 +366,3 @@ exampleMessages exampleMessageWrapper exampleName =
, showItWorked = ShowItWorked exampleName
, wrapper = exampleMessageWrapper
}
route : Url -> Maybe String
route location =
location.fragment
|> Maybe.map (String.dropLeft 1)