mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
update
This commit is contained in:
@@ -4,17 +4,8 @@ import { AccountNavigation, DeliveryItem, AccountPage } from 'src/components/mod
|
||||
|
||||
|
||||
export default function Home() {
|
||||
|
||||
const crumbs = [
|
||||
{link: "/", name: "Home"},
|
||||
{link: "/blogs", name: "Blog"},
|
||||
{link: "/product-list", name: "Product List"},
|
||||
{link: "/product-detail", name: "Product Detail"},
|
||||
];
|
||||
|
||||
return (
|
||||
<>
|
||||
<BreadcrumbCommon crumbs={crumbs} showHomePage={true} />
|
||||
<AccountPage />
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user