Add notification toast component and remove ToastVariant from toast.rs
This commit is contained in:
parent
44a30e269e
commit
c32b081029
4 changed files with 70 additions and 8 deletions
|
@ -12,6 +12,7 @@ mod keybinding;
|
|||
mod language_selector;
|
||||
mod list;
|
||||
mod multi_buffer;
|
||||
mod notification;
|
||||
mod palette;
|
||||
mod panel;
|
||||
mod panes;
|
||||
|
@ -43,6 +44,7 @@ pub use keybinding::*;
|
|||
pub use language_selector::*;
|
||||
pub use list::*;
|
||||
pub use multi_buffer::*;
|
||||
pub use notification::*;
|
||||
pub use palette::*;
|
||||
pub use panel::*;
|
||||
pub use panes::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue