Files
klz-cables.com/.pnpm-store/v10/files/85/f33e3ccafd3765189697fa9406f41a6032c2cfc6883e922ab0715b347ed28ccbbe08c0d88a5ca66d4b25185ceda19f94d8f79c0fa96aa7b8b29e0acf068c80
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{n as a}from"./chunk-ZPLD37T2.js";import"./chunk-5LKBKI4T.js";export{a as default};
//# sourceMappingURL=DatePicker-YF5TBW3N.js.map