Skip to content

Commit d3bf9af

Browse files
author
Maximillian Dornseif
authored
Add missing import in README.md
1 parent 0c7ef03 commit d3bf9af

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)