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