website-builder-frontend/components/templates/template1/pages/index.ts
S M Fahim Hossen dd9691acdc update
2025-09-25 10:53:13 +06:00

6 lines
273 B
TypeScript

// components/templates/template1/pages/index.ts
export { default as Home } from "./home";
export { default as Shop } from "./shop";
export { default as Product } from "./product";
export { default as Cart } from "./cart";
export { default as Checkout } from "./checkout";