Rocky_Mountain_Vending/.pnpm-store/v10/files/28/f5ecf13ed8ff47a1b5a96720bee9af1b258f6c71236d8dfcc84e16de6f82d72959c5a845761607474c972fec323eedf9f1682fcfe38f87093f6a5165f66c85
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
213 B
Text

/**
* The symbol to access the `TZDate`'s function to construct a new instance from
* the provided value. It helps date-fns to inherit the time zone.
*/
export declare const constructFromSymbol: unique symbol;