import { Globe } from "lucide-react" import { useTranslation } from "react-i18next" export const WebSearch = () => { const {t} = useTranslation('common') return (
{t('webSearch')}
) }