Rocky_Mountain_Vending/.pnpm-store/v10/files/51/a55344677512ea33773813fa652f8a5fa9137e1ed97e60af356bc4ef8ca0cf81cbb13edff9a792aa9ca910fb033d3225993e6b2affa88d2b4fb1b6ffeb6760
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 { getQuarter as fn } from "../getQuarter.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const getQuarter = convertToFP(fn, 1);
// Fallback for modularized imports:
export default getQuarter;