Files
klz-cables.com/.pnpm-store/v10/files/a0/1f7273099c006a50104674e69c3af8906754308046fa6db35ae6094c808e28816ff2df7fb36f722a3ab8c13b7f83a84da59572a843750e607e49ca1174529a
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
135 B
Plaintext

'use client';
import { createContext } from 'react';
export const ModalContext = createContext({});
//# sourceMappingURL=context.js.map