Skip to content

Commit 49a0930

Browse files
Merge pull request #22 from mdornseif/patch-1
Add missing import in README.md
2 parents a4b7bd8 + d3bf9af commit 49a0930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ maintains essentially no state of its own.
3232

3333
```js
3434
import React from 'react';
35+
import ReactDOM from 'react-dom';
3536
import PivotTableUI from 'react-pivottable/PivotTableUI';
3637
import 'react-pivottable/pivottable.css';
3738

0 commit comments

Comments
 (0)