Rocky_Mountain_Vending/.pnpm-store/v10/files/15/8200488bb08a73d6e44100c0a55f4820e5e3a4dc2a5aa6aa92baea5fd2f7933f22e970476b2e52b03ded3903d25cb3f0a7fd28074c85babd0ee4782508385b
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
372 B
Text

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