- Move entity view models into views/{entity}.rs submodules
- Keep Paginated and ListNavigator in views/mod.rs as shared infrastructure
- Re-export all types from mod.rs to preserve existing import paths
|
||
|---|---|---|
| .. | ||
| bags.rs | ||
| brews.rs | ||
| cafes.rs | ||
| cups.rs | ||
| gear.rs | ||
| mod.rs | ||
| roasters.rs | ||
| roasts.rs | ||
| timeline.rs | ||