Move UI out of storybook2 and into ui2

This commit is contained in:
Marshall Bowers 2023-10-06 17:07:59 -04:00
parent 1cf5cdbeca
commit bcad2f4e9e
26 changed files with 51 additions and 78 deletions

View file

@ -0,0 +1,5 @@
mod list;
mod panel;
pub use list::*;
pub use panel::*;