This commit is contained in:
JMARyA 2025-01-15 18:28:59 +01:00
parent 8208fa8899
commit ed739d792f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
35 changed files with 1675 additions and 447 deletions

7
src/ui/components/mod.rs Normal file
View file

@ -0,0 +1,7 @@
mod appbar;
mod search;
mod shell;
pub use appbar::AppBar;
pub use search::Search;
pub use shell::Shell;