Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/64fabff1d322815bffd82544b29c04f38d70030ebd8851ffcefa1218d6b520f298855e5fa51234fbf12e3280fe5dd06a0dcb83cef3880ab2b169a2a5473380
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

18 lines
No EOL
786 B
Text

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.DayPicker = DayPicker;
const react_1 = __importDefault(require("react"));
const index_js_1 = require("./index.js");
/**
* @deprecated Use the `timeZone` prop instead of this function. This function
* wraps the DayPicker component and sets the `timeZone` to "utc".
* @param props - The props to pass to the DayPicker component.
* @returns The DayPicker component with the `timeZone` set to "utc".
*/
function DayPicker(props) {
return react_1.default.createElement(index_js_1.DayPicker, { timeZone: "utc", ...props });
}
//# sourceMappingURL=utc.js.map