Merge pull request 'Search bar' (#123) from feature/search-bar into develop

Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/123
This commit is contained in:
Denis Gorbunov 2022-09-07 13:37:07 +00:00
commit 57b5c229a0

View File

@ -6,8 +6,6 @@ import classNames from "classnames";
import "../index.css"; import "../index.css";
import { Combobox, Transition } from "@headlessui/react"; import { Combobox, Transition } from "@headlessui/react";
import { Fragment, useEffect, useState } from "react"; import { Fragment, useEffect, useState } from "react";
import { Scrollbar } from "react-scrollbars-custom";
import { Function } from "lodash";
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* Component props */ /* Component props */