Remove unused.

This commit is contained in:
Dillon Kearns 2021-07-31 19:48:27 -07:00
parent f530e6c87a
commit d35619a3f9

View File

@ -85,12 +85,6 @@ segmentToString segment =
":" ++ name
type alias ModuleContext =
{ moduleName : List String
, routePattern : RoutePattern
}
{-| -}
view : RoutePattern -> Html msg
view routePattern =