Skip to content

Commit

Permalink
update: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-trixta committed Jan 15, 2021
1 parent 3e05ba8 commit a76db2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Create the store with dynamic reducers
*/
import { configureStore, getDefaultMiddleware } from '@reduxjs/toolkit';
import { createInjectorsEnhancer } from 'redux-injectors'
import { createInjectorsEnhancer } from 'redux-injectors';
import { createPhoenixChannelMiddleware } from '@trixta/phoenix-to-redux';
import Reactotron from './ReactotronConfig';
import createSagaMiddleware from 'redux-saga';
Expand Down

0 comments on commit a76db2c

Please sign in to comment.