Rocky_Mountain_Vending/.pnpm-store/v10/files/f8/899d850545df6c38cb82880c2871f88212b6827d5cd5a91348a5012187bb9fac2ca4249d9047c694db0b4e61cde9a73e6fb7bfb8e3c0fb75744cfa7e5ce6eb
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 { getHours as fn } from "../getHours.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const getHours = convertToFP(fn, 1);
// Fallback for modularized imports:
export default getHours;