import React from 'react' import { useTranslation } from 'react-i18next' export function HistorySidebar() { const { t } = useTranslation() return (