init
This commit is contained in:
9
snippets/rjsx-mode/React/imrpcp
Normal file
9
snippets/rjsx-mode/React/imrpcp
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# uuid: b3d7bbf4-ad54-43c2-84d6-12448dc9f00b
|
||||
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
|
||||
# name: import React, { PureComponent } & PropTypes
|
||||
# key: imrpcp
|
||||
# --
|
||||
|
||||
import React, { PureComponent } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
Reference in New Issue
Block a user