formatting and adding video model

This commit is contained in:
Chris Cochrun 2024-10-07 11:43:45 -05:00
parent de34c6818a
commit 887fc733e7
8 changed files with 196 additions and 84 deletions

View file

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