import React, {Component} from 'react'; import Plot from "react-plotly.js"; // Not using TypeScript, as plotly is not TypeScript :( class PlotWrapper extends Component { render() { return } } export default PlotWrapper;