@inngest/workflow-kit
Version:
Durable visual workflows in your app, instantly
9 lines • 347 B
JavaScript
;
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