Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/df65de87561b5c265811964711541ad4a636b8a8b6231adf75d280404d8b01968f5ee74e177462b7b9eacf2cac1ea3bdb01d159bdc054b80cc412e427db04f
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
330 B
Text

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