This library will be used in multiple apps to show social wall of Health Record Stack
npm install --save health-record-stack-social-library
import * as React from 'react'
import MyComponent from 'health-record-stack-social-library'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
MIT © sanishtj