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

elm-analyse changes #86

Closed JoshuaHall closed 2 years ago

JoshuaHall commented 4 years ago

(Used elm-analyse for a lot of these) Removed superfluous imports and unused variables Removed certain import alls to make it clearer what module each function is coming from Fixed a few minor spelling errors Removed an unused type and an unused helper function from Settings.elm