type Props = { children: React.ReactNode; }; function MetricsContainer({children}: Props) { return children; } export default MetricsContainer;