Files
klz-cables.com/.pnpm-store/v10/files/2b/39ab8e671d893e3533d3eb5a9457c622a43cd4ec701e998cff97bad6c29f1e93a088e570c0ba90a8598d230acedd6a957716365383d8f3020b091b8f6afad5
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

14 lines
314 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
const baseClass = 'sticky-toolbar';
/**
* @internal
*/
export const StickyToolbar = ({
children
}) => /*#__PURE__*/_jsx("div", {
className: baseClass,
children: children
});
//# sourceMappingURL=index.js.map