UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

12 lines (11 loc) 336 B
import { jsxs as _jsxs } from "react/jsx-runtime"; import { itLogo, intilityBrandingLogo } from "../../assets/intilityLogo.js"; export default function Branding() { return /*#__PURE__*/ _jsxs("div", { className: "bf-nav-branding", children: [ itLogo, intilityBrandingLogo ] }); }