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