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;