reaptor / elmish-land

A framework for building F# browser apps with Fable, React and Elmish. Inspired by Elm Land.
https://elmish.land/
MIT License
4 stars 0 forks source link

Use page module names instead of infering from file path #9

Closed klofberg closed 5 days ago

klofberg commented 8 months ago

Use the page module name from the Page.fs files when generating App.fs and Routes.fs. The current behaviour is to infer the name from the file path.