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

9 lines
153 B
Plaintext

export interface ClientRect {
width: number;
height: number;
top: number;
left: number;
right: number;
bottom: number;
}