Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit 55ea6eb

Browse files
committed
Update README with unneeded dependency imports.
1 parent 82410ab commit 55ea6eb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ This will create a `/dist/` directory with `react-handsontable.js` and `react-ha
3131
import React from 'react';
3232
import ReactDOM from 'react-dom';
3333

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-
4134
// ... and HotTable
4235
import HotTable from 'react-handsontable';
4336

0 commit comments

Comments
 (0)