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

10 lines
314 B
Plaintext

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