Skip to content

Commit

Permalink
refactoring v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Maslov committed Oct 13, 2023
1 parent 1a13e69 commit 40f6156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './css/index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import * as serviceWorker from './serviceWorker';
import {store as storeToolkit} from './storeToolkit';
import {store as storeToolkit} from './reducers/storeToolkit';
import {BrowserRouter as Router, Route, Switch} from "react-router-dom";
import Config from "./config";
import {Provider} from "react-redux";
Expand Down
2 changes: 1 addition & 1 deletion src/storeToolkit.js → src/reducers/storeToolkit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { configureStore } from '@reduxjs/toolkit';
import prefs from "./reducers/prefs";
import prefs from "./prefs";

export const store = configureStore({
reducer: {
Expand Down

0 comments on commit 40f6156

Please sign in to comment.