From 37bc27bbd6da2e8039824271e4861c0780779e17 Mon Sep 17 00:00:00 2001 From: decamel Date: Wed, 7 Sep 2022 16:36:45 +0300 Subject: [PATCH] Fix merge --- src/components/SearchBar.tsx | 2 -- 1 file changed, 2 deletions(-) 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 */