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

15 lines
523 B
Plaintext

"use client";
// Workaround for react-datepicker and other cjs dependencies potentially inserting require("react") statements
import * as requireReact from 'react';
import * as requireReactDom from 'react-dom';
function require(m) {
if (m === 'react') return requireReact;
if (m === 'react-dom') return requireReactDom;
throw new Error(`Unknown module ${m}`);
}
// Workaround end
import{l as a}from"./chunk-J46CQZ3T.js";import"./chunk-5LKBKI4T.js";export{a as default};
//# sourceMappingURL=CodeEditor-X3UZSEEZ.js.map