Improve density on mobile.

This commit is contained in:
2023-11-14 21:33:09 -08:00
parent da15ef0f15
commit a2664473c8
3 changed files with 28 additions and 2 deletions

View File

@@ -9,3 +9,6 @@ pub struct SearchResult {
pub results_per_page: usize,
pub total: usize,
}
#[derive(Serialize, Deserialize, Debug)]
pub struct Message {}