wip: refactor

This commit is contained in:
2024-12-16 08:53:55 +07:00
parent 2b9c88c5b7
commit 377f169420
16 changed files with 245 additions and 1381 deletions

View File

@@ -42,7 +42,6 @@ pub mod skeleton;
pub mod slider;
pub mod switch;
pub mod tab;
pub mod table;
pub mod theme;
pub mod tooltip;
@@ -78,5 +77,4 @@ pub fn init(cx: &mut gpui::AppContext) {
modal::init(cx);
popover::init(cx);
popup_menu::init(cx);
table::init(cx);
}