Rocky_Mountain_Vending/.pnpm-store/v10/files/37/903b817010156882e52cfcf5787c370e8b4854b66ffcbbe669c4a74ed36c304ebe9d2b3d652c4b05c7e9f8fb98d61323e168338f3d5cf0c8bf551200b6de3e
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
362 B
Text

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