Skip to content

Commit

Permalink
Improve import statements (vercel#191)
Browse files Browse the repository at this point in the history
Co-authored-by: B <[email protected]>
  • Loading branch information
AdaptCharm and okbel authored Feb 1, 2021
1 parent 8b70794 commit 7c70f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import getAllPages from '@framework/api/operations/get-all-pages'
import useCart from '@framework/cart/use-cart'
import usePrice from '@framework/use-price'
import { Layout } from '@components/common'
import { Button } from '@components/ui'
import { Button, Text } from '@components/ui'
import { Bag, Cross, Check } from '@components/icons'
import { CartItem } from '@components/cart'
import { Text } from '@components/ui'

export async function getStaticProps({
preview,
Expand Down

0 comments on commit 7c70f64

Please sign in to comment.