chrome: fix settings view

restore some chrome panel actions

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-04-07 16:36:23 -04:00
parent 6dc68436e9
commit 72312179d4
3 changed files with 64 additions and 2 deletions

View File

@@ -41,5 +41,6 @@ pub mod storage;
pub use app::Damus;
pub use error::Error;
pub use profile::NostrName;
pub use route::Route;
pub type Result<T> = std::result::Result<T, error::Error>;