Rocky_Mountain_Vending/.pnpm-store/v10/files/66/5ad9034520f4dbf9790b1f68abc6dfa6a67732eb50918d715e21098dd3c4dc752035e55600ede68a0cd82d581ab45c5ba89cde2c590fad2dbafd9adb90d5b7
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
376 B
Text

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