removed unnecessary change

This commit is contained in:
Nick A 2025-04-13 15:04:35 -04:00
parent 2e0f434a6c
commit eae2d2bb21

View File

@ -1,3 +1,4 @@
// FilterBox.tsx
import { useState } from "react"; import { useState } from "react";
import { ChevronDownIcon } from "@heroicons/react/24/solid"; import { ChevronDownIcon } from "@heroicons/react/24/solid";
import { ContainsDropdown } from "./ContainsDropdown"; import { ContainsDropdown } from "./ContainsDropdown";