mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-23 21:21:18 +10:00
refactor: Reorganise file structure
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -11,7 +11,7 @@ pub struct Collection {
|
||||
name: String,
|
||||
is_default: bool,
|
||||
user_id: String,
|
||||
entries: Vec<CollectionObject>
|
||||
entries: Vec<CollectionObject>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, Default)]
|
||||
@ -21,4 +21,3 @@ pub struct CollectionObject {
|
||||
game_id: String,
|
||||
game: Game,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user