testing-create-lib
v1.0.0
Published
just a test, not a real package
Downloads
1
Readme
testing-create-lib
just a test, not a real package
Install
npm install --save testing-create-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'testing-create-lib'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © drakevorndran