Remove buttonside, use new corner_radii instead

This commit is contained in:
Piotr Osiewicz 2023-08-12 22:18:27 +02:00
parent 6be73e46bf
commit 94f1d8281a
5 changed files with 42 additions and 245 deletions

View file

@ -6,7 +6,6 @@ use project::search::SearchQuery;
pub use project_search::{ProjectSearchBar, ProjectSearchView};
pub mod buffer_search;
mod elements;
mod history;
mod mode;
pub mod project_search;