Checkpoint – Notifications Panel

This commit is contained in:
Nate Butler 2023-10-19 20:04:21 -04:00
parent e3d948f60b
commit 32028fbbb1
10 changed files with 318 additions and 107 deletions

View file

@ -13,7 +13,8 @@ mod keybinding;
mod language_selector;
mod list;
mod multi_buffer;
mod notification;
mod notification_toast;
mod notifications_panel;
mod palette;
mod panel;
mod panes;
@ -46,7 +47,8 @@ pub use keybinding::*;
pub use language_selector::*;
pub use list::*;
pub use multi_buffer::*;
pub use notification::*;
pub use notification_toast::*;
pub use notifications_panel::*;
pub use palette::*;
pub use panel::*;
pub use panes::*;