Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/02405d48f548a38ab4ed1456feb52ffabc750ab72b960700a62e4d5184278b782b218d49e5497425bdfe6f8149338d4d4fa1069fe930c13511de180cbda379
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
135 B
Text

import type { LoaderTree } from '../lib/app-dir-module';
export declare function hasLoadingComponentInTree(tree: LoaderTree): boolean;