Files
klz-cables.com/.pnpm-store/v10/files/2c/299689374219772b3d474ecd9d7f7ad4ea71d73c1a7dcf1836ca8c5137cd75dfc08a8c3915e7f26877c65a978e8fd2d7e217d061f6b7aa3c9109f8635616d1
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
68 B
Plaintext

function _identity(x) {
return x;
}
export { _identity as _ };