hello-world
Install
npm install --save hello-world
Usage
import * as React from 'react'
import MyComponent from 'hello-world'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © xiamu14