style: change the /lib prelude to import everything in closeable_tab

pull/13/head
Nefo Fortressia 2021-11-12 18:07:06 +07:00
parent fb0a4e731d
commit 0c43be616e
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
pub mod closeable_tab;
pub mod prelude {
pub use super::closeable_tab::ClosableTabImplementedNotebook;
pub use super::closeable_tab::*;
}