diff --git a/src/components/SearchBar.tsx b/src/components/SearchBar.tsx index fae7a83..182d2d3 100644 --- a/src/components/SearchBar.tsx +++ b/src/components/SearchBar.tsx @@ -6,8 +6,6 @@ import classNames from "classnames"; import "../index.css"; import { Combobox, Transition } from "@headlessui/react"; import { Fragment, useEffect, useState } from "react"; -import { Scrollbar } from "react-scrollbars-custom"; -import { Function } from "lodash"; /* -------------------------------------------------------------------------- */ /* Component props */