Files
klz-cables.com/.pnpm-store/v10/files/1c/9e29c47eaa93cc22289ea044b20b1cf3ce9834e5ad5c850b5bf88f39007c7291cf59bffc1eb325909a969af34067a810c637800862c20ea7f5655b89c3b60a
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
315 B
Plaintext

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