Files
klz-cables.com/.pnpm-store/v10/files/ce/60166a9b6e5e9922ad88e1913c66e6d31af41a6d07c735b8cd8aa9e92cc5f8f707bd0e8c62b69b08a08892b0939998761d72fa97c3b9c49320a1af23ecd5d0
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

4 lines
205 B
Plaintext

import { useContext } from 'react';
import { ScrollInfoContext } from '../ScrollInfoProvider/context.js';
export const useScrollInfo = () => useContext(ScrollInfoContext);
//# sourceMappingURL=index.js.map