Rocky_Mountain_Vending/.pnpm-store/v10/files/e8/ade86655f0b424ccf0ba029483bd1f3c6e5909f74584af97bbec2d21413971b1276cc24ac890e97253ab982a251e4080f1bab9ce4f6b29f2bdefd57879966a
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
168 B
Text

import type { PageExtensions } from './page-extensions-type';
export declare function sortByPageExts(pageExtensions: PageExtensions): (a: string, b: string) => number;