Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/69718f3c1bb084d055f03bd96dcb5a467a210b5f94ef419899f67c15fa267c41400564647613f090c0f06a2a235d82b551a9b39483cd8c94d126cff67908cd
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
346 B
Text

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