Initial commit.
This commit is contained in:
commit
1bc79510f2
37 changed files with 6757 additions and 0 deletions
10
ui/src/lib.rs
Normal file
10
ui/src/lib.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
//! This crate contains all shared UI for the workspace.
|
||||
|
||||
mod hero;
|
||||
pub use hero::Hero;
|
||||
|
||||
mod navbar;
|
||||
pub use navbar::Navbar;
|
||||
|
||||
mod echo;
|
||||
pub use echo::Echo;
|
Loading…
Add table
Add a link
Reference in a new issue