plotly / dash-component-boilerplate

Get started creating your own Dash components here.
269 stars 182 forks source link

Correct import statement for component into App #32

Closed philip-peterson closed 5 years ago

philip-peterson commented 5 years ago

The component was showing up as undefined straight out of the box -- looks like since the export is done as an export { ComponentName }, we'll need a import { ComponentName } to correspond.