Files
klz-cables.com/.pnpm-store/v10/files/48/cd28121a81b80fd8e490dfa06dfc54f638dea9ee2db7de3e06c15f4abb87ad53e05fc650d280c82d2a4873316f0803b357fffcc44d9aaab96a990c88dd93ab
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

10 lines
276 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
const baseClass = 'popup-divider';
export const PopupListDivider = () => {
return /*#__PURE__*/_jsx("hr", {
className: baseClass
});
};
//# sourceMappingURL=index.js.map