Add sorting to the API for search

This commit is contained in:
Luis Alvarez
2020-10-14 10:53:03 -05:00
parent 9a98c01a92
commit 398feac176
3 changed files with 21 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ export default function Home({
/>
</>
) : (
// TODO: add a proper loading state
<div>Searching...</div>
)}
</div>