Skip to content

Commit

Permalink
Fix: Tree shaking bug workaround for csv bundle (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyajeet committed Jul 5, 2017
1 parent 68091e3 commit edd11e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/text/BoxCSV.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import autobind from 'autobind-decorator';
import React from 'react';
import { render, unmountComponentAtNode } from 'react-dom';
import { Grid } from 'react-virtualized';
import Grid from 'react-virtualized/dist/es/Grid/Grid';

const HEIGHT_ROW = 30;
const WIDTH_SCROLLER = 5;
Expand Down

0 comments on commit edd11e4

Please sign in to comment.