cleanup search documents action

This commit is contained in:
Tom Moor
2022-03-14 17:41:55 -07:00
parent 40e84ed481
commit 1633bbf5aa
6 changed files with 23 additions and 42 deletions

View File

@@ -14,5 +14,3 @@ export const UserSection = ({ t }: ActionContext) => t("People");
export const RecentSearchesSection = ({ t }: ActionContext) =>
t("Recent searches");
export const SearchSection = "";