import React, { Component } from 'react'; import Empty from './empty'; export default class LineChart extends Component { render() { return (
); } }