()
| 90 | } |
| 91 | |
| 92 | function syncUrlState(): void { |
| 93 | updateQueryParams({ |
| 94 | q: "", |
| 95 | category: currentFilters.categories, |
| 96 | sort: currentSort === "featured" ? "" : currentSort, |
| 97 | }); |
| 98 | } |
| 99 | |
| 100 | function setupCopyConfigHandlers(): void { |
| 101 | if (copyHandlersReady) return; |
no test coverage detected