We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82410ab commit 55ea6ebCopy full SHA for 55ea6eb
1 file changed
README.md
@@ -31,13 +31,6 @@ This will create a `/dist/` directory with `react-handsontable.js` and `react-ha
31
import React from 'react';
32
import ReactDOM from 'react-dom';
33
34
-// ... Handsontable with its main dependencies...
35
-import moment from 'moment';
36
-import numbro from 'numbro';
37
-import pikaday from 'pikaday';
38
-import Zeroclipboard from 'zeroclipboard';
39
-import Handsontable from 'handsontable';
40
-
41
// ... and HotTable
42
import HotTable from 'react-handsontable';
43
0 commit comments