implement stateful account management view

`./preview StatefulAccountManagementView`

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-09-09 18:31:05 -04:00
committed by William Casarin
parent 3a9c7607f3
commit 950a47119e
5 changed files with 166 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ pub mod preview;
pub mod profile;
pub mod relay;
pub mod side_panel;
pub mod stateful_account_management;
pub mod thread;
pub mod timeline;
pub mod username;