Move GraphicSlot
out of components
module (#3444)
This PR moves the `GraphicSlot` definition out of the `components` module, as it doesn't contain a component. Release Notes: - N/A
This commit is contained in:
parent
0d31722589
commit
d8ed7c0721
3 changed files with 3 additions and 5 deletions
|
@ -11,7 +11,6 @@ mod keybinding;
|
|||
mod label;
|
||||
mod list;
|
||||
mod popover;
|
||||
mod slot;
|
||||
mod stack;
|
||||
mod tooltip;
|
||||
|
||||
|
@ -31,7 +30,6 @@ pub use keybinding::*;
|
|||
pub use label::*;
|
||||
pub use list::*;
|
||||
pub use popover::*;
|
||||
pub use slot::*;
|
||||
pub use stack::*;
|
||||
pub use tooltip::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue