update repo list

This commit is contained in:
2026-08-08 08:44:02 +07:00
parent de9673e8fb
commit 322f6f60bc
12 changed files with 226 additions and 20 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ use std::path::Path;
pub use backend::{Backend, BackendEvent};
use gpui::{App, AppContext, Entity};
pub use profile::{Profile, ProfileStore, shorten_pubkey};
pub use nostr_sdk::prelude::Timestamp;
pub use profile::{Profile, ProfileStore};
pub use utils::shorten_pubkey;
pub use repo::RepoStore;
pub use repo_list::RepoListStore;
use signed_nostr::new_backend;