Move UI out of storybook2
and into ui2
This commit is contained in:
parent
1cf5cdbeca
commit
bcad2f4e9e
26 changed files with 51 additions and 78 deletions
5
crates/ui2/src/components.rs
Normal file
5
crates/ui2/src/components.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod list;
|
||||
mod panel;
|
||||
|
||||
pub use list::*;
|
||||
pub use panel::*;
|
Loading…
Add table
Add a link
Reference in a new issue