Files
klz-cables.com/.pnpm-store/v10/files/f9/50afb836c5e4917e5f026703bc74a2667937914e28aca402ad3d831c212df49e79ae4776bb493f67689f2eea50c6a3c25468bcaf02f0f32358af776097515a
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

5 lines
219 B
Plaintext

'use client';
import { useContext } from 'react';
import { WindowInfoContext } from '../WindowInfoProvider/context.js';
export const useWindowInfo = () => useContext(WindowInfoContext);
//# sourceMappingURL=index.js.map