synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
13 lines (12 loc) • 448 B
JavaScript
import { jsxs as e, jsx as r } from "react/jsx-runtime";
import t from "../../assets/icons/NoData.js";
function l() {
return /* @__PURE__ */ e("div", { className: "text-center SRCBorderedPanel SRCBorderedPanel--padded2x", children: [
t,
/* @__PURE__ */ r("div", { style: { marginTop: "20px", fontStyle: "italic" }, children: "This table is currently empty" })
] });
}
export {
l as default
};
//# sourceMappingURL=TableIsEmpty.js.map