Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/631e8651d494c20c802013cb374d707b304ca68b9bc584790debd72c579f0610cbeefb0ec03c1a28c28b0e8b9badb785d9c74de9351e7ad064e2f040bf7d31
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

9 lines
366 B
Text

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