Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/ec96953abbf96d209c57b589f6823e0a605978672ae717598f330e51b1a9101e9f8f01455e0aa263203b8f34d8bed6483d024f2141fe7075cd58f20da62ad9
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
310 B
Text

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