rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

Remove unused Msg #73

Closed mksmtn closed 4 years ago

mksmtn commented 5 years ago

I tried to search for usages of ChangedRoute and found none.

rtfeldman commented 4 years ago

Thanks @mksmtn!

rtfeldman commented 4 years ago

Fixed in https://github.com/rtfeldman/elm-spa-example/commit/30d19ec220634abd3f7a567bdf921df7192f4013 which resolves the merge conflict here.

Thanks again!