mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
added featured prod
This commit is contained in:
@@ -12,6 +12,7 @@ import Profile from "./Profile"
|
||||
import Wishlist from "./Wishlist"
|
||||
import BlogPostListing from "./BlogPostListing"
|
||||
import BlogPostDetails from "./BlogPostDetails"
|
||||
import FeaturedProduct from "./FeaturedProduct"
|
||||
|
||||
|
||||
const allModules = [
|
||||
@@ -27,7 +28,8 @@ const allModules = [
|
||||
{ name: "Profile", module: Profile },
|
||||
{ name: "Wishlist", module: Wishlist },
|
||||
{ name: "BlogPostListing", module: BlogPostListing },
|
||||
{ name: "BlogPostDetails", module: BlogPostDetails }
|
||||
{ name: "BlogPostDetails", module: BlogPostDetails },
|
||||
{ name: "FeaturedProduct", module: FeaturedProduct }
|
||||
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user