Add notification toast component and remove ToastVariant from toast.rs

This commit is contained in:
Nate Butler 2023-10-13 10:05:50 -04:00
parent 44a30e269e
commit c32b081029
4 changed files with 70 additions and 8 deletions

View file

@ -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::*;