Files
klz-cables.com/.pnpm-store/v10/files/33/348a5752cc008ee42cbc7aee9e038fb052dfc3c18f91b6c2967c14f742f4d554159fa8f01f77869aaf5fd3eac6c93c2aaa7c9f62054bf999ad86d5160a9b8d
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
330 B
Plaintext

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