Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/6f8338d53e2674b87cac1026c5b93900998796fc9064fb2fceed452e311b0cea6a2b182682827414a6aea68a45707510088de409b2855c3e37f000d2ff8da2
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
350 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 differenceInQuarters = convertToFP(fn, 2);
// Fallback for modularized imports:
export default differenceInQuarters;