From eae2d2bb218e433497515368790d654f11303bae Mon Sep 17 00:00:00 2001 From: Nick A Date: Sun, 13 Apr 2025 15:04:35 -0400 Subject: [PATCH] removed unnecessary change --- compass/components/FilterBox/FilterBox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/compass/components/FilterBox/FilterBox.tsx b/compass/components/FilterBox/FilterBox.tsx index 6e6fe6b..be0e6fa 100644 --- a/compass/components/FilterBox/FilterBox.tsx +++ b/compass/components/FilterBox/FilterBox.tsx @@ -1,3 +1,4 @@ +// FilterBox.tsx import { useState } from "react"; import { ChevronDownIcon } from "@heroicons/react/24/solid"; import { ContainsDropdown } from "./ContainsDropdown";