Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Westerlund committed Mar 12, 2022
1 parent 4256c21 commit decccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import VasagatanTracker from './VasagatanTracker';
import vasagatanReducer from './vasagatanReducer';
import { createStore } from 'redux';
import * as serviceWorker from './serviceWorker';
// import * as serviceWorker from './serviceWorker';

const store = createStore(vasagatanReducer);
// window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
Expand Down

0 comments on commit decccdd

Please sign in to comment.