dave: give dave a new home in the sidebar

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-26 16:30:37 -07:00
parent 627c3ba9b3
commit b8e2a16e3b
5 changed files with 118 additions and 54 deletions

View File

@@ -5,6 +5,8 @@ pub mod theme;
#[cfg(target_os = "android")]
mod android;
mod app;
mod chrome;
pub use app::NotedeckApp;
pub use chrome::Chrome;