···11pub mod identity;
12pub use identity::{NotebookCard, Repository, RepositoryIndex};
13pub mod avatar;
000
···11pub mod identity;
12pub use identity::{NotebookCard, Repository, RepositoryIndex};
13pub mod avatar;
14+15+pub mod profile;
16+pub use profile::ProfileDisplay;