Skip to content

Commit da8ef8a

Browse files
committed
sync
1 parent 934a8af commit da8ef8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
React grid component
1010

11-
Thanks to [svenanders](https://github.com/svenanders) for the npm handle, the original react-grid project can be found [here](https://github.com/svenanders/react-grid).
12-
1311
### Installation
1412

1513
```sh
@@ -24,6 +22,7 @@ yarn add react-grid
2422
### Basic Usage
2523

2624
```javascript
25+
import React from 'react';
2726
import { Container, Row, Col } from 'react-grid';
2827

2928
function App() {

0 commit comments

Comments
 (0)