chore: Update client dependencies

This commit is contained in:
Maksim Eltyshev
2026-02-04 17:52:04 +01:00
parent 450bd875c1
commit f8cd7474d1
17 changed files with 2310 additions and 1876 deletions
@@ -7,7 +7,7 @@ import React, { useMemo } from 'react';
import PropTypes from 'prop-types';
import { useSelector } from 'react-redux';
import { useTranslation, Trans } from 'react-i18next';
import { Link } from 'react-router-dom';
import { Link } from 'react-router';
import { Comment } from 'semantic-ui-react';
import selectors from '../../../selectors';