forked from ddrilling/asb_cloud_front
12 lines
285 B
JavaScript
12 lines
285 B
JavaScript
import { AnalysisDepthToDay } from '../components/AnalysisDepthToDay'
|
|
import { AnalysisDepthToInterval } from '../components/AnalysisDepthToInterval'
|
|
|
|
export default function Analysis() {
|
|
|
|
return (
|
|
<>
|
|
<AnalysisDepthToDay />
|
|
<AnalysisDepthToInterval />
|
|
</>
|
|
)
|
|
} |