Files
klz-cables.com/.pnpm-store/v10/files/a8/824e7a914204f7ca3437bfe5a6b50c2c9ef6b3e313ac5d47247e9b6d5be817370477019fc7f3bca12e832125d7b6a8ab743c0520696bcccd7c82bf8a894f69
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

11 lines
277 B
Plaintext

'use client';
import { jsx as _jsx } from "react/jsx-runtime";
import { DefaultEditView } from '@payloadcms/ui';
import React from 'react';
export const EditView = props => {
return /*#__PURE__*/_jsx(DefaultEditView, {
...props
});
};
//# sourceMappingURL=index.js.map