Rocky_Mountain_Vending/.pnpm-store/v10/files/d6/fbf1ebb564d9099e4b57e63c38aca1477749d9d5a1250d2a1337309607bb02ab5640cce2e63d78bd64cc07dc6ea1f131179886e875214200ed6794dd2e8e7c
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
No EOL
223 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 const constructFromSymbol = Symbol.for("constructDateFrom");