Sintrastes / bedelibry-app

Reflex (web app) front-end for Bedelibry.
https://sintrastes.github.io/bedelibry
GNU Affero General Public License v3.0
3 stars 0 forks source link

Move page modules to separate parent module #37

Closed Sintrastes closed 2 years ago

Sintrastes commented 2 years ago

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.