Move feedback to overflow menu and help menu

This commit is contained in:
Mikayla Maki 2023-03-10 12:48:11 -08:00
parent bb721a08f5
commit e45104a1c0
5 changed files with 17 additions and 7 deletions

View file

@ -29,6 +29,7 @@ clock = { path = "../clock" }
collections = { path = "../collections" }
context_menu = { path = "../context_menu" }
editor = { path = "../editor" }
feedback = { path = "../feedback" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
menu = { path = "../menu" }