/** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) * Released under the AGPL-3.0 License. */ import React from 'react'; import { Row, Col } from 'antd'; import { AuthDiv } from 'components'; import StatisticsCard from './StatisticCard'; import AlarmTrend from './AlarmTrend'; import RequestTop from './RequestTop'; import LoginActive from './LoginActive'; class HomeIndex extends React.Component { render() { return ( ) } } export default HomeIndex