Finish up LabeledItem

This commit is contained in:
Lucy 2022-02-24 16:21:23 -05:00
parent 6ec9e8037c
commit fad8689dc6
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
2 changed files with 85 additions and 24 deletions

View file

@ -4,3 +4,5 @@ extern crate relm4_macros;
extern crate tracker;
pub mod labeled_item;
pub use labeled_item::LabeledItem;