Files
klz-cables.com/.pnpm-store/v10/files/16/420f4ec76131ca3ba902f10e50b3228503a5a9b9a9e0bf77f37dcc200cf2a381176280a99404f899e5c548383edb05386899c2ee195eeb04f1f17336cc26b0
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

11 lines
296 B
Plaintext

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