make service_model public

This commit is contained in:
Chris Cochrun 2024-10-13 15:42:23 -05:00
parent c40a4b3fe1
commit b1d938acba

View file

@ -15,7 +15,7 @@ pub struct ServiceItem {
}
#[derive(Debug, Default, PartialEq)]
struct ServiceItemModel {
pub struct ServiceItemModel {
items: Vec<ServiceItem>,
}