Skip to content

Commit

Permalink
Update templates/skeleton/app/routes/search.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rheese <[email protected]>
  • Loading branch information
wizardlyhel and rbshop authored Jan 15, 2025
1 parent 7e79643 commit f7b45a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/skeleton/app/routes/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export async function loader({request, context}: LoaderFunctionArgs) {
return {term: '', result: null, error: error.message};
});



return await searchPromise;
}

Expand Down

0 comments on commit f7b45a2

Please sign in to comment.