import { SEARCH_SIDEBAR } from "../constants"; import { t } from "../i18n"; import { SearchMenu } from "./SearchMenu"; import { Sidebar } from "./Sidebar/Sidebar"; export const SearchSidebar = () => { return (
{t("search.title")}
); };