Files
klz-cables.com/.pnpm-store/v10/files/00/015894faa7638abbde881435b604cf76ddfb2edbac1debb2a8c96205fee3adb43cee650cee1504f0d92d9bb350d95b5914702f1eb08d2eea529518a3834f55
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
108 B
Plaintext

import { OnoSingleton } from "./types";
declare const singleton: OnoSingleton;
export { singleton as ono };