Rocky_Mountain_Vending/.pnpm-store/v10/files/ae/d1754e1baac8702a50f49afb6e7a4af219a9bbceeffb8bb73ebf7d1a6a4de79118ae5df48dea6e2f7a71a4bf1eba32e3d5e8ab4c706d85f001c1abb2f4c956
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

12 lines
No EOL
456 B
Text

'use client';
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
import React, { useContext } from 'react';
import { TemplateContext } from '../../shared/lib/app-router-context.shared-runtime';
export default function RenderFromTemplateContext() {
const children = useContext(TemplateContext);
return /*#__PURE__*/ _jsx(_Fragment, {
children: children
});
}
//# sourceMappingURL=render-from-template-context.js.map