mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +03:00
💀 remove dead code
This commit is contained in:
parent
cf823c4b8a
commit
4371963b0a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user