Skip to content

Commit 79415f1

Browse files
authored
Wrong import
1 parent 48a397e commit 79415f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const propTypes = {
2323
foo: PropTypes.bar,
2424
};
2525

26-
import {React, PropTypes} from 'react';
26+
import React, { PropTypes } from 'react';
2727
```
2828

2929
The following patterns are not considered warnings:

0 commit comments

Comments
 (0)