Rocky_Mountain_Vending/.pnpm-store/v10/files/76/8a6bc957cfd355764ed39355e93b5c0a425660a9ae4d1da787aeeb5911203feeea88130d4ac86a827076658ca37f12ad80008cd2ef5c1204db656b03181913
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

2 lines
144 B
Text

export declare function isInternalComponent(pathname: string): boolean;
export declare function isNonRoutePagesPage(pathname: string): boolean;