import { AnalysisDepthToDay } from '../components/AnalysisDepthToDay' import { AnalysisDepthToInterval } from '../components/AnalysisDepthToInterval' import { AnalysisOperationTime } from '../components/AnalysisOperationTime' import { Row, Col } from 'antd' export default function Analysis() { return ( <> ) }