import React from "react"; import { Trans } from "@lingui/macro"; import { Icon } from "../icon"; export function NoMetrics() { return (
 Metrics not available at the moment
); }