Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/70f4064e55e05b34d961bc3e51ac79d7ecb69729214af07fbfb206aa3f25363c3cdc118e1f02b8d86edea2795a96148d27297a1716c7127daf51129222307e
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

9 lines
314 B
Text

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { endOfDecade as fn } from "../endOfDecade.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const endOfDecade = convertToFP(fn, 1);
// Fallback for modularized imports:
export default endOfDecade;