Checkpoint

This commit is contained in:
Nathan Sobo 2023-10-12 13:27:46 -06:00
parent 2044ccdc0b
commit ce8533f83b
11 changed files with 161 additions and 181 deletions

View file

@ -94,6 +94,7 @@ fn main() {
#[derive(Clone)]
pub struct StoryWrapper {
selector: StorySelector,
// story:
theme: Theme,
}