1.0.2 • Published 5 years ago
holly-moveop-components v1.0.2
holly-app
Install
npm install --save holly-app
Usage
import * as React from 'react'
import MyComponent from 'holly-app'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}