Add List component

This commit is contained in:
Marshall Bowers 2023-10-04 18:25:43 -04:00
parent 332f3f5617
commit 77feecc623
10 changed files with 777 additions and 12 deletions

View file

@ -91,6 +91,7 @@ fn main() {
});
}
#[derive(Clone)]
pub struct StoryWrapper {
selector: StorySelector,
}