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

2 lines
293 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";const t=e=>()=>({path:`/panels`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e(String(t),`Key cannot be empty`),{path:`/panels/${t}`,params:n??{},method:`GET`});export{n as readPanel,t as readPanels};
//# sourceMappingURL=panels.js.map