feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2026-01-03 23:12:19 +05:30
parent a16472bcf3
commit 8347b798f3
2 changed files with 1 additions and 2 deletions

View File

@@ -43,6 +43,6 @@ export const searchSearxng = async (
const results: SearxngSearchResult[] = data.results;
const suggestions: string[] = data.suggestions;
return { results, suggestions };
};