Adding gradient on the clientside

This commit is contained in:
Belen Curcio
2020-11-06 12:07:57 -03:00
parent b9cbf4f97f
commit a6ad6daa6f
6 changed files with 29 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
import { FC } from 'react'
import Link from 'next/link'
import { getCategoryPath, getDesignerPath } from '@lib/search'
import { Grid } from '@components/ui'
import { ProductCard } from '@components/product'
import s from './HomeAllProductsGrid.module.css'
import { getCategoryPath, getDesignerPath } from '@lib/search'
interface Props {
categories?: any