PR-923441: Updating packages and migrating eslint rules.

This commit is contained in:
2025-03-25 23:46:21 +00:00
parent 4203b17f8b
commit 92138567a1
6 changed files with 2935 additions and 2476 deletions

View File

@ -14,7 +14,7 @@ import webpackHotMiddleware from 'webpack-hot-middleware';
import React from 'react';
import { renderToString } from 'react-dom/server';
//Router
import { StaticRouter } from 'react-router-dom/server';
import { StaticRouter } from 'react-router-dom';
import routes from '../routes';
//Redux
import { Provider } from 'react-redux';