mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
changes
This commit is contained in:
parent
27284cd753
commit
3078322859
@ -5,6 +5,7 @@ import { Container, Text } from '@components/ui'
|
||||
import { WishlistCard } from '@components/wishlist'
|
||||
|
||||
import getSiteInfo from '@lib/bigcommerce/api/operations/get-site-info'
|
||||
import useWishlist from '@lib/bigcommerce/wishlist/use-wishlist'
|
||||
|
||||
export async function getStaticProps({ preview }: GetStaticPropsContext) {
|
||||
const { pages } = await getAllPages()
|
||||
@ -19,6 +20,7 @@ export default function Home({
|
||||
categories,
|
||||
brands,
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
// const { data } = useWishlist()
|
||||
return (
|
||||
<Container>
|
||||
<div className="grid grid-cols-12 gap-8 mt-3 mb-20">
|
||||
|
Loading…
x
Reference in New Issue
Block a user