Finish migration to modes for buffer search
This commit is contained in:
parent
fecea03c90
commit
343e9d080e
4 changed files with 20 additions and 15 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue