Skip to content

Commit

Permalink
fix: import getSdk in example page
Browse files Browse the repository at this point in the history
  • Loading branch information
malessani authored and acasazza committed Jan 26, 2022
1 parent 941dc40 commit 97e2247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/checkout/addresses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
AddressStateSelector,
} from '@commercelayer/react-components'
import { useRouter } from 'next/router'
import getSdk from '#utils/getSdk'

const clientId = process.env.NEXT_PUBLIC_CLIENT_ID as string
const endpoint = process.env.NEXT_PUBLIC_ENDPOINT as string
Expand Down

0 comments on commit 97e2247

Please sign in to comment.