Rocky_Mountain_Vending/.pnpm-store/v10/files/ca/1f9cb841b14e1d15a71a8cbd5711fe64d693e93dcc48e8678e2a4a8ee823db035cace5da16e9433f82d13cb1c570623b4b82971e80e1868b0eda3dcd3d847e
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

11 lines
No EOL
304 B
Text

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
export default function DefaultLayout({ children }) {
return /*#__PURE__*/ _jsx("html", {
children: /*#__PURE__*/ _jsx("body", {
children: children
})
});
}
//# sourceMappingURL=layout.js.map