// 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";