ensuring that slides can be created by different things

This commit is contained in:
Chris Cochrun 2024-10-08 06:18:26 -05:00
parent 887fc733e7
commit 8f065380aa
7 changed files with 270 additions and 50 deletions

View file

@ -1,5 +1,5 @@
pub struct Image {
title: String,
_title: String,
}
#[cfg(test)]