Files
klz-cables.com/.pnpm-store/v10/files/22/b44e3abcea41def9abd78e006eb9244f7a413a6eadea2a20f463bd6fa63d6bc1d361ee318f0bef7669fa74939296cb0384f6b30d581719700993c25e0d0eab
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('transform', require('../transform'));
func.placeholder = require('./placeholder');
module.exports = func;