Files
klz-cables.com/.pnpm-store/v10/files/b0/27f68ea7fd819cd6bccef4d73c0817807629fc9651588930c9e9ac6bc2835c88f4b7bb07ca3e02bc8d94945d165eee6a73a3ca9bd24232c2dac1a552f65401
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

6 lines
119 B
Plaintext

declare const getLoadingMarkup: () => {
script: string;
container: string;
};
export default getLoadingMarkup;