Files
klz-cables.com/.pnpm-store/v10/files/8e/8bea5d03f2f2b2dde3127e0f4fb4d8b6bac8d030d6a0430b1d7f4a55b586080ed73fd1f10ba918b631ffe12025c5c7a5658a492d0e6921e858eaabafea70b5
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

3 lines
148 B
Plaintext

import type { UniqueIdentifier } from '@dnd-kit/core';
export declare function itemsEqual(a: UniqueIdentifier[], b: UniqueIdentifier[]): boolean;