mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-22 13:00:56 -04:00
fix(deps): update dependency react-i18next to v12 (#49800)
* fix(deps): update dependency react-i18next to v12 * chore: address linting issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import { createSelector } from 'reselect';
|
||||
import { TFunction, withTranslation } from 'react-i18next';
|
||||
import { TFunction } from 'i18next';
|
||||
import { withTranslation } from 'react-i18next';
|
||||
import {
|
||||
challengeMetaSelector,
|
||||
currentBlockIdsSelector,
|
||||
|
||||
Reference in New Issue
Block a user