Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/51d3661d0d15caac8885005b49c4a4689d0cb8003d5af91f38d12eb7f6ced60ad142e633a621bc46e09bbf6590e59b71598deb1bd4e103fe2124e569484c1e
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
225 B
Text

/**
* For a given page path, this function ensures that there is a leading slash.
* If there is not a leading slash, one is added, otherwise it is noop.
*/
export declare function ensureLeadingSlash(path: string): string;