Compare commits
No commits in common. "8a5861e25116eceb51ce4296afdc567188ac2554" and "b01278b32f12c005b557a994267e20909af56290" have entirely different histories.
8a5861e251
...
b01278b32f
|
@ -49,8 +49,6 @@ routeParser =
|
||||||
P.oneOf
|
P.oneOf
|
||||||
[ P.top
|
[ P.top
|
||||||
|> P.map Home
|
|> P.map Home
|
||||||
, P.s "elm-matrix-sdk-beta"
|
|
||||||
|> P.map Home
|
|
||||||
, P.s "home"
|
, P.s "home"
|
||||||
|> P.map Home
|
|> P.map Home
|
||||||
, P.s "index"
|
, P.s "index"
|
||||||
|
@ -58,9 +56,6 @@ routeParser =
|
||||||
, P.s "dev"
|
, P.s "dev"
|
||||||
</> P.s "Main.elm"
|
</> P.s "Main.elm"
|
||||||
|> P.map Home
|
|> P.map Home
|
||||||
, P.s "elm-matrix-sdk-beta"
|
|
||||||
</> P.top
|
|
||||||
|> P.map Home
|
|
||||||
, P.s "object"
|
, P.s "object"
|
||||||
</> P.string
|
</> P.string
|
||||||
|> P.map ViewObject
|
|> P.map ViewObject
|
||||||
|
|
17736
index.html
17736
index.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue