File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Every space inside `{ }` and `( )` means that this is pushed into next line :)
58
58
| ` imrcp→ ` | ` import React, { Component } from 'react' & import PropTypes from 'prop-types' ` |
59
59
| ` imrpc→ ` | ` import React, { PureComponent } from 'react' ` |
60
60
| ` imrpcp→ ` | ` import React, { PureComponent } from 'react' & import PropTypes from 'prop-types' ` |
61
+ | ` impt→ ` | ` import PropTypes from 'prop-types' ` |
61
62
| ` redux→ ` | ` import { connect } from 'react-redux' ` |
62
63
| ` rconst→ ` | ` constructor(props) with this.state ` |
63
64
| ` rconc→ ` | ` constructor(props, context) with this.state ` |
Original file line number Diff line number Diff line change 202
202
" "
203
203
]
204
204
},
205
+ "import PropTypes" : {
206
+ "prefix" : " impt" ,
207
+ "body" : [
208
+ " import PropTypes from 'prop-types'" ,
209
+ " "
210
+ ]
211
+ },
205
212
"import redux statement" : {
206
213
"prefix" : " redux" ,
207
214
"body" : [" import { connect } from 'react-redux'" , " " ]
You can’t perform that action at this time.
0 commit comments