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

22 lines
641 B
Text

/**
* Submodules annotated with "Legacy" are from prior to the submodule system.
* They are exported from the package's root index to preserve backwards compatibility.
*
* New development should go in a proper submodule and not be exported from the root index.
*/
/**
* Legacy submodule.
*/
export * from "./submodules/client/index";
/**
* Legacy submodule.
*/
export * from "./submodules/httpAuthSchemes/index";
/**
* Legacy submodule.
*/
export * from "./submodules/protocols/index";
/**
* Warning: do not export any additional submodules from the root of this package. See readme.md for
* guide on developing submodules.
*/