import { Typography } from '@mui/material';
export const FeatureMetricsEmpty = () => {
return (
<>
We have yet to receive any metrics for this feature toggle in
the selected time period.
Please note that, since the SDKs send metrics on an interval, it
might take some time before metrics appear.
>
);
};