Removed unused ui2::color module

This commit is contained in:
Marshall Bowers 2023-10-26 09:26:22 +02:00
parent c5763cdb99
commit 28ef30f7a2
3 changed files with 0 additions and 186 deletions

View file

@ -3,7 +3,6 @@ pub use gpui2::{
StatelessInteractive, Styled, ViewContext, WindowContext,
};
pub use crate::color::*;
pub use crate::elevation::*;
use crate::settings::user_settings;
pub use crate::{old_theme, theme, ButtonVariant, ElementExt, Theme};