diff options
Diffstat (limited to 'dichroism/src/entities/photo.rs')
-rw-r--r-- | dichroism/src/entities/photo.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dichroism/src/entities/photo.rs b/dichroism/src/entities/photo.rs deleted file mode 100644 index 34e9c28..0000000 --- a/dichroism/src/entities/photo.rs +++ /dev/null @@ -1,5 +0,0 @@ -#[derive(Debug, Clone, Serialize)] -pub struct Photo { - pub id: i32, - pub path: String, -} |