LOCAL RELAY MODEL IS WORKING

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-09 16:59:49 -08:00
parent 4a9af5561a
commit f323fe7379
7 changed files with 204 additions and 149 deletions

View File

@@ -11,6 +11,7 @@ mod result;
mod filter;
mod ui;
mod frame_history;
mod timeline;
pub use app::Damus;
pub use error::Error;