UNPKG

@grafana/runtime

Version:
13 lines (10 loc) 281 B
import { jsxs } from 'react/jsx-runtime'; let PanelDataErrorView = ({ message }) => { return /* @__PURE__ */ jsxs("div", { children: [ "Unable to render data: ", message, "." ] }); }; export { PanelDataErrorView }; //# sourceMappingURL=PanelDataErrorView.mjs.map