@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
12 lines (11 loc) • 432 B
JavaScript
import { jsx as n, Fragment as e, jsxs as l } from "react/jsx-runtime";
function i({ siteLogo: r }) {
return /* @__PURE__ */ n(e, { children: r && /* @__PURE__ */ l(e, { children: [
/* @__PURE__ */ n("link", { rel: "icon", type: "image/x-icon", href: r }),
/* @__PURE__ */ n("link", { rel: "apple-touch-icon", href: r }),
/* @__PURE__ */ n("link", { rel: "shortcut", href: r })
] }) });
}
export {
i as default
};