start building service_item_model.rs

This commit is contained in:
Chris Cochrun 2023-05-20 06:44:25 -05:00
parent 9b097b1fb9
commit e86f2f3f66
3 changed files with 64 additions and 57 deletions

View file

@ -5,6 +5,7 @@ pub mod models;
pub mod presentation_model;
pub mod reveal_js;
pub mod schema;
mod service_item_model;
mod service_thing;
mod settings;
pub mod slide_model;