Files
klz-cables.com/.pnpm-store/v10/files/43/123b1188a196b91acb95b5e1503e9a278156c26e7377e051b54c7fa4eb790edeb745e4906859dddc1e7bcc06b29bfe54ddb72cd803765d116225d821ae8c4f
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

6 lines
163 B
Plaintext

var convert = require('./convert'),
func = convert('invokeMap', require('../invokeMap'));
func.placeholder = require('./placeholder');
module.exports = func;