// 污水 import React, { PureComponent } from "react"; import { LeftPage, RightPage } from "./style"; import ChartBox from "../ChartBox"; import BMap from "../centerPage/charts/BMap"; import WaterVolumeStat from "../Overview/WaterVolumeStat"; import PipelineMonitoring from "../Overview/PipelineMonitoring"; import WornAnalyze from "./WornAnalyze"; import DrainWaterPine from "./DrainWaterPine"; class index extends PureComponent { constructor(props) { super(props); this.state = {}; } render() { return ( ); } } export default index;