Upgrade all the Redux things

This commit is contained in:
Alex Gleason
2023-12-20 22:06:49 -06:00
parent 0e6fe4c74c
commit bcf3f4e01d
6 changed files with 54 additions and 44 deletions

View File

@ -9,7 +9,7 @@ import { IntlProvider } from 'react-intl';
import { Provider } from 'react-redux';
import { MemoryRouter } from 'react-router-dom';
import { Action, applyMiddleware, createStore } from 'redux';
import thunk from 'redux-thunk';
import { thunk } from 'redux-thunk';
import { ChatProvider } from 'soapbox/contexts/chat-context';
import { StatProvider } from 'soapbox/contexts/stat-context';