hello-world-pradeep
v1.0.0
Published
simple hello world
Readme
hello-world
simple hello world
Install
npm install --save hello-worldUsage
import React, { Component } from 'react'
import MyComponent from 'hello-world'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © pradeepgorule
