initial post box view

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-14 12:16:49 -07:00
parent 577aa76ac7
commit 1458498131
17 changed files with 181 additions and 25 deletions

View File

@@ -122,7 +122,7 @@ mod preview {
impl DesktopSidePanelPreview {
fn new(is_mobile: bool) -> Self {
let app = test_data::get_account_manager_test_app(is_mobile);
let app = test_data::test_app(is_mobile);
DesktopSidePanelPreview { app }
}
}