From 09a563bf73d8029303542efc68c9ebb246bca5ca Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 19 Oct 2025 20:19:45 +0200 Subject: [PATCH] Clean --- web/components/filters/search.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/filters/search.tsx b/web/components/filters/search.tsx index 7a69feb7..659f39be 100644 --- a/web/components/filters/search.tsx +++ b/web/components/filters/search.tsx @@ -9,7 +9,7 @@ import {Input} from 'web/components/widgets/input' import {Select} from 'web/components/widgets/select' import {DesktopFilters} from './desktop-filters' import {LocationFilterProps} from './location-filter' -import {MobileFilters} from './mobile-filters' +import MobileFilters from './mobile-filters' import {BookmarkSearchButton, BookmarkStarButton} from "web/components/searches/button"; import {BookmarkedSearchesType} from "web/hooks/use-bookmarked-searches"; import {submitBookmarkedSearch} from "web/lib/supabase/searches"; @@ -25,7 +25,7 @@ function isOrderBy(input: string): input is FilterFields['orderBy'] { } const TYPING_SPEED = 100; // ms per character -const HOLD_TIME = 2000; // ms to hold full word before deleting or switching +const HOLD_TIME = 2000; // ms to hold the full word before deleting or switching export const WORDS: string[] = [ // Values "Minimalism",