From a2a4c6b843a89af7903cc3ebef21fdd822efb493 Mon Sep 17 00:00:00 2001 From: Diego Cohen Date: Mon, 2 Oct 2023 16:43:33 -0400 Subject: [PATCH] Remove commented out import --- src/utils/searchUtils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/searchUtils.ts b/src/utils/searchUtils.ts index b5d354b4f..2f2b183ce 100644 --- a/src/utils/searchUtils.ts +++ b/src/utils/searchUtils.ts @@ -12,8 +12,6 @@ import type { Identifiers, } from "../types/searchTypes" -// import { initialSearchFormState } from "./advancedSearchUtils" - /** * getSortQuery * Get the sort type and order and format into query param snippet.