mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
updates
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
import RichTextArea from "./RichTextArea"
|
||||
import BestsellingProducts from "./BestsellingProducts"
|
||||
import ProductMarquee from "./ProductMarquee"
|
||||
import ProductDetails from "./ProductDetails"
|
||||
import FeaturedProducts from "./FeaturedProducts"
|
||||
|
||||
import ProductListing from "./ProductListing"
|
||||
import ProductSearch from "./ProductSearch"
|
||||
import Hero from "./Hero"
|
||||
import HomeAllProductsGrid from "./HomeAllProductsGrid"
|
||||
import HomeAllProductsGrid from "./ProductListing"
|
||||
import Cart from "./Cart"
|
||||
import Orders from "./Orders"
|
||||
import Profile from "./Profile"
|
||||
import Wishlist from "./Wishlist"
|
||||
import BlogPostListing from "./BlogPostListing"
|
||||
import BlogPostDetails from "./BlogPostDetails"
|
||||
|
||||
|
||||
const allModules = [
|
||||
{ name: "RichTextArea", module: RichTextArea },
|
||||
{ name: "BestsellingProducts", module: BestsellingProducts },
|
||||
{ name: "FeaturedProducts", module: FeaturedProducts },
|
||||
{ name: "ProductMarquee", module: ProductMarquee },
|
||||
{ name: "ProductListing", module: ProductListing },
|
||||
{ name: "ProductSearch", module: ProductSearch },
|
||||
{ name: "Hero", module: Hero },
|
||||
@@ -23,8 +24,11 @@ const allModules = [
|
||||
{ name: "HomeAllProductsGrid", module: HomeAllProductsGrid },
|
||||
{ name: "Cart", module: Cart },
|
||||
{ name: "Orders", module: Orders },
|
||||
{ name: "Profile", module: Profile},
|
||||
{ name: "Wishlist", module: Wishlist}
|
||||
{ name: "Profile", module: Profile },
|
||||
{ name: "Wishlist", module: Wishlist },
|
||||
{ name: "BlogPostListing", module: BlogPostListing },
|
||||
{ name: "BlogPostDetails", module: BlogPostDetails }
|
||||
|
||||
]
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user