Currently our modules for individual pages are stored in modules like Montague.Frontend.Types, Montague.Frontend.Schema.
It would be convenient if these were all grouped under a common Montague.Frontend.Pages module (e.x. Montague.Frontend.Pages.Types, Montague.Frontend.Pages.Schema) that re-exported all of the submodules.
Currently our modules for individual pages are stored in modules like
Montague.Frontend.Types
,Montague.Frontend.Schema
.It would be convenient if these were all grouped under a common
Montague.Frontend.Pages
module (e.x.Montague.Frontend.Pages.Types
,Montague.Frontend.Pages.Schema
) that re-exported all of the submodules.