Skip to content

Commit

Permalink
fix(sanity-plugin): fix SyncUtils type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
good-idea committed Apr 25, 2020
1 parent 6f09615 commit 4396f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sanity-plugin/src/Provider/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import {
SanityClient,
ShopifyClient,
ShopifySecrets,
SyncUtils,
SyncState,
} from '@sane-shopify/types'
import * as React from 'react'
import {
createShopifyClient,
syncUtils,
SyncUtils,
KEYS_ID,
} from '@sane-shopify/sync-utils'
// import { createShopifyClient } from '../shopifyClient'
Expand Down
3 changes: 1 addition & 2 deletions packages/sanity-plugin/src/ShopifyTool/Sync/Sync.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { SyncUtils } from '@sane-shopify/sync-utils'
import { Operation } from '@sane-shopify/types'
import { SyncUtils, Operation } from '@sane-shopify/types'
import * as React from 'react'
import { ClientContextValue, SaneConsumer } from '../../Provider'
import { uniqueBy } from './utils'
Expand Down

0 comments on commit 4396f3c

Please sign in to comment.