mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Expose Route.toString.
This commit is contained in:
parent
52c8a73485
commit
c877aab519
@ -888,11 +888,11 @@ decodeBytes bytesDecoder items =
|
||||
-- Lamdera.Wire3.bytesDecodeStrict bytesDecoder items
|
||||
|> Result.fromMaybe "Decoding error"
|
||||
`,
|
||||
routesModule: `module Route exposing (baseUrlAsPath, Route(..), link, matchers, routeToPath, toLink, urlToRoute, toPath, redirectTo)
|
||||
routesModule: `module Route exposing (baseUrlAsPath, Route(..), link, matchers, routeToPath, toLink, urlToRoute, toPath, redirectTo, toString)
|
||||
|
||||
{-|
|
||||
|
||||
@docs Route, link, matchers, routeToPath, toLink, urlToRoute, toPath, redirectTo
|
||||
@docs Route, link, matchers, routeToPath, toLink, urlToRoute, toPath, redirectTo, toString
|
||||
|
||||
-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user