Rocky_Mountain_Vending/.pnpm-store/v10/files/21/09ad6706f4f0ba0ad6a079f5173908878f928e10b70ff78f5eed5d2fb241292f32080c26d731936c2ca4e96b4a05d832b72c7ee578e6f7cb1a9e1e82662356
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

5 lines
128 B
Text

export declare const isSameMinute: import("./types.js").FPFn2<
boolean,
string | number | Date,
string | number | Date
>;