import React, { Component } from "react"; import { Container, Navbar, Row } from "react-bootstrap"; import Plot from "react-plotly.js"; import { HCard } from "./HCard"; class App extends Component { constructor(props) { super(props) } render() { return ( ) } } export default App;