Finish migration to modes for buffer search

This commit is contained in:
Piotr Osiewicz 2023-08-08 15:57:07 +02:00
parent fecea03c90
commit 343e9d080e
4 changed files with 20 additions and 15 deletions

View file

@ -1,6 +1,7 @@
use bitflags::bitflags;
pub use buffer_search::BufferSearchBar;
use gpui::{actions, Action, AppContext};
pub use mode::SearchMode;
use project::search::SearchQuery;
pub use project_search::{ProjectSearchBar, ProjectSearchView};