Files
klz-cables.com/.pnpm-store/v10/files/92/4fea7d9c03782e24b08ce4de6075ea43cd37b97da32270814c2b5a94b91fd137865bcf4a530a713f388820dce6ce53c33851f7cc9f3536859fb7ee18863e51
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
218 B
Plaintext

import type { ClientUser } from 'payload';
import React from 'react';
import './index.scss';
export declare const Locked: React.FC<{
className?: string;
user: ClientUser;
}>;
//# sourceMappingURL=index.d.ts.map