UNPKG

@inngest/workflow-kit

Version:
9 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SidebarFooter = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const SidebarFooter = () => { return ((0, jsx_runtime_1.jsx)("div", { className: "wf-sidebar-footer" })); }; exports.SidebarFooter = SidebarFooter; //# sourceMappingURL=Footer.js.map