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

Commit 6af8ad9

Browse files
committed
Remove comments from the README.md examples.
1 parent 53b2166 commit 6af8ad9

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@ Assuming that you have installed the wrapper with npm, now you just need to incl
4848

4949
**React Component**
5050
```js
51-
// import React...
5251
import React from 'react';
5352
import ReactDOM from 'react-dom';
54-
55-
// ... and HotTable
5653
import {HotTable} from '@handsontable/react';
5754

5855
class HotApp extends React.Component {
@@ -83,11 +80,8 @@ class HotApp extends React.Component {
8380

8481
**React Component**
8582
```js
86-
// import React...
8783
import React from 'react';
8884
import ReactDOM from 'react-dom';
89-
90-
// ... and HotTable
9185
import {HotTable} from '@handsontable-pro/react';
9286

9387
class HotApp extends React.Component {

src/ce/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ Assuming that you have installed the wrapper with npm, now you just need to incl
4141

4242
**React Component**
4343
```js
44-
// import React...
4544
import React from 'react';
4645
import ReactDOM from 'react-dom';
47-
48-
// ... and HotTable
4946
import {HotTable} from '@handsontable/react';
5047

5148
class HotApp extends React.Component {

src/pro/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ Assuming that you have installed the wrapper with npm, now you just need to incl
4242

4343
**React Component**
4444
```js
45-
// import React...
4645
import React from 'react';
4746
import ReactDOM from 'react-dom';
48-
49-
// ... and HotTable
5047
import {HotTable} from '@handsontable-pro/react';
5148

5249
class HotApp extends React.Component {

0 commit comments

Comments
 (0)