Reordering

This commit is contained in:
Belen Curcio
2021-01-07 16:49:26 -03:00
parent c780852fbb
commit 4499f33f13
27 changed files with 52 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ import type { GetStaticPropsContext } from 'next'
import { getConfig } from '@framework/api'
import getAllPages from '@framework/api/operations/get-all-pages'
import useCart from '@framework/cart/use-cart'
import usePrice from '@framework/use-price'
import usePrice from '@framework/product/use-price'
import { Layout } from '@components/common'
import { Button } from '@components/ui'
import { Bag, Cross, Check } from '@components/icons'