Files
klz-cables.com/.pnpm-store/v10/files/fc/986d959d8b148fabf3708c16bdf3e36706ba109d000741533df0a82a33cb141b35f0e894a56eb9c93f58418aee24a8d5f7fc5cb3ed5d5188f17a5185d4cd5b
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

8 lines
271 B
Plaintext

'use client';
import { createContext, use } from 'react';
export const SelectedLocalesContext = /*#__PURE__*/createContext({
selectedLocales: []
});
export const useSelectedLocales = () => use(SelectedLocalesContext);
//# sourceMappingURL=SelectedLocalesContext.js.map