Remove the Redux toolkit from the legacy store initialization. The toolkit import will be in a different set of files after the store's rewrite has been completed.
This commit is contained in:
Elliot Huffman 2022-05-29 08:38:46 -04:00
Родитель 4ad220e782
Коммит 3c218d445c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D287F25B2AF0EA6C
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,6 @@
// Licensed under the MIT license.
import { createStore, applyMiddleware } from 'redux';
import { configureStore } from "@reduxjs/toolkit";
import thunk from 'redux-thunk';
import { appReducer } from './reducers/appReducer';