Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed May 11, 2016
1 parent 56cdbb2 commit ddec952
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'react-hot-loader/patch';
import 'babel-polyfill';
import React from 'react';
import { render } from 'react-dom';
Expand All @@ -9,7 +8,6 @@ import { AppContainer } from 'react-hot-loader';

import rootReducer from './src/reducers';
import Root from './src/containers/Root';
import ReactUpdates from 'react/lib/ReactUpdates';

window.geckoProfilerPromise = new Promise(function (resolve, reject) {
window.connectToGeckoProfiler = resolve;
Expand Down

0 comments on commit ddec952

Please sign in to comment.