Files
klz-cables.com/.pnpm-store/v10/files/13/e89e2b71b546c1f78b5839093f02730fa4f26c0a46a0ffd14a510756a8cd2491315a5b5839b72c523770a4a049e7793a176a1d10e4f4cd51b6ab0e98f88f75
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

7 lines
122 B
Plaintext

"use client";
import { createContext } from 'react';
const MotionContext = createContext({});
export { MotionContext };