Rocky_Mountain_Vending/.pnpm-store/v10/files/13/c517efa45ae0977e15c0c9dda3b9a838a13a2f0e3b57a9913e6b33a77a0d5a24743a33145ea0bf75ea9ba3405010e06e5c129508b2aca56358b5ae5b49b518
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
302 B
Text

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