Files
klz-cables.com/.pnpm-store/v10/files/2a/959cc4dbc2b69e1da30b9ce74c60a09952ce2bedb9c5fee5ac2f5c8c100838c8f09e2ff19dbff30aec86a7efa46420d24f75e8f47ddd831b424cdf6a891135
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
227 B
Plaintext

import { createDOMMotionComponentProxy } from '../create-proxy.mjs';
import { createMotionComponent } from './create.mjs';
const motion = /*@__PURE__*/ createDOMMotionComponentProxy(createMotionComponent);
export { motion };