@justinbutt3r/helper-functions
v1.0.0
Published
Hepler functions
Readme
helper-functions
Hepler functions
Install
npm install --save helper-functionsUsage
import React, { Component } from 'react'
import MyComponent from 'helper-functions'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © justinbutt3r
