Rename SelectorModal -> Picker, put it in its own crate

This commit is contained in:
Max Brunsfeld 2022-04-14 16:21:22 -07:00
parent bde52d5c93
commit 7964464e3d
5 changed files with 61 additions and 23 deletions

View file

@ -11,6 +11,7 @@ doctest = false
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
picker = { path = "../picker" }
settings = { path = "../settings" }
util = { path = "../util" }
theme = { path = "../theme" }