Rocky_Mountain_Vending/.pnpm-store/v10/files/bb/6ba450726f75c960a5d321c8abe911e016a543cea8c85000fdefae4feff6102fd14fb0fadca27ded1a7405c8f9f8769abc15c5f331406fbfd9443d4760a08c
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

27 lines
No EOL
920 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useNavigation = exports.Row = exports.Caption = void 0;
const MonthCaption_js_1 = require("../components/MonthCaption.js");
const Week_js_1 = require("../components/Week.js");
const useDayPicker_js_1 = require("../useDayPicker.js");
/**
* @ignore
* @deprecated This component has been renamed. Use `MonthCaption` instead.
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
exports.Caption = MonthCaption_js_1.MonthCaption;
/**
* @ignore
* @deprecated This component has been renamed. Use `Week` instead.
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
exports.Row = Week_js_1.Week;
/**
* @ignore
* @deprecated This type has been moved to `useDayPicker`.
* @group Hooks
*/
exports.useNavigation = useDayPicker_js_1.useDayPicker;
//# sourceMappingURL=deprecated.js.map