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