summary refs log tree commit diff stats
path: root/src/pages/mod.rs
blob: a6057cd263f2616761d4a13b10d63b7387f4fb55 (plain) (blame)
1
2
3
4
5
pub mod buy;
pub mod home;
pub mod inventory;
pub mod not_found;
pub mod recipies;