Convert Search page to functional component (#6268)

This commit is contained in:
Tom Moor
2023-12-09 21:54:39 -05:00
committed by GitHub
parent 3f3d7b4978
commit 5dfa6a6011
7 changed files with 224 additions and 376 deletions

View File

@@ -25,7 +25,7 @@ import Tooltip from "./Tooltip";
export type SearchResult = {
title: string;
subtitle?: string;
subtitle?: React.ReactNode;
url: string;
};