Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/055080c1e9a34cd41d8fc1a3ffdc4636f6440c5755356f540d6af3d12f5f5f14c6f6a9e84c501615f3aa7fd9ba30cbfc1f2728ff985d8df9825f37b6aff124
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

4 lines
118 B
Text

export declare const roundToNearestMinutes: import("./types.js").FPFn1<
Date,
import("../fp.js").DateArg<Date>
>;