Fix storybook (#3379)
This PR fixes storybook and gets it back into a compiling and running state. Release Notes: - N/A
This commit is contained in:
parent
6fe7b22164
commit
a94cf54aab
15 changed files with 123 additions and 231 deletions
|
@ -6,3 +6,12 @@ mod icon;
|
|||
mod input;
|
||||
mod keybinding;
|
||||
mod label;
|
||||
|
||||
pub use avatar::*;
|
||||
pub use button::*;
|
||||
pub use checkbox::*;
|
||||
pub use context_menu::*;
|
||||
pub use icon::*;
|
||||
pub use input::*;
|
||||
pub use keybinding::*;
|
||||
pub use label::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue