default pfp

This will eventually be a local file. For now just load it remotely.
This commit is contained in:
William Casarin
2022-12-12 14:51:57 -08:00
parent 48af3dde9d
commit 0138dc8d3d
2 changed files with 18 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ mod contacts;
mod error;
pub use app::Damus;
pub use error::Error;
pub type Result<T> = std::result::Result<T, error::Error>;