use crate::front_of_house; pub fn fix_incorrect_order() { cook_order(); front_of_house::serving::serve_order(); } pub fn cook_order() {}