Rocky_Mountain_Vending/.pnpm-store/v10/files/da/85522f9ad778947d2a9337f4ca1bae86cac34408ff82d4012ef229cb2dc5dcc3e61c7dc83eff2a4c7ebfb396d2f97a7f2cc1606d5d03185d2cf900194d4c3c
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
332 B
Text

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