import { Layout, BreadcrumbCommon, TabCommon } from 'src/components/common'
import { AccountNavigation, DeliveryItem, AccountPage } from 'src/components/modules/account';
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 (
<>
{/*
*/}
>
)
}
Home.Layout = Layout