Skip to content

Commit

Permalink
Small fix on conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Oct 3, 2023
1 parent 7d5651b commit 04d223b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/reducers.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
persistCombineReducers,
persistReducer,
createMigrate
} from 'redux-persist';
import { persistCombineReducers, createMigrate } from 'redux-persist';

import appReducer from './components/App/App.reducer';
import languageProviderReducer from './providers/LanguageProvider/LanguageProvider.reducer';
Expand All @@ -29,6 +25,7 @@ const boardMigrations = {

const config = {
key: 'root',
storage,
version: 0,
migrate: createMigrate(boardMigrations, { debug: false })
};
Expand Down

0 comments on commit 04d223b

Please sign in to comment.