import React from 'react' import { ExampleComponent } from '@rongmz/react-stock-heatmap' import '@rongmz/react-stock-heatmap/dist/index.css' const App = () => { return <ExampleComponent text="Create React Library Example 😄" /> } export default App