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

9 lines
323 B
Plaintext

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { yearsToMonths as fn } from "../yearsToMonths.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const yearsToMonths = convertToFP(fn, 1);
// Fallback for modularized imports:
export default yearsToMonths;