Skip to content

Commit

Permalink
chore(desk-tool): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Apr 28, 2021
1 parent 828fc45 commit 7bce53c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@sanity/desk-tool/src/utils/withInitialValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ import {
import schema from 'part:@sanity/base/schema'
import {observePaths} from 'part:@sanity/base/preview'
import {getDraftId, getPublishedId} from 'part:@sanity/base/util/draft-utils'
import {PaneRouterContext} from '../contexts/PaneRouterContext'
import {ErrorPane} from '../panes/errorPane'
import {LoadingPane} from '../panes/loadingPane'
import BrokenReferences from '../components/BrokenReferences'
import {
templateExists,
getTemplateById,
getTemplatesBySchemaType,
resolveInitialValue,
} from '@sanity/base/initial-value-templates'
import {PaneRouterContext} from '../contexts/PaneRouterContext'
import {ErrorPane} from '../panes/errorPane'
import {LoadingPane} from '../panes/loadingPane'
import BrokenReferences from '../components/BrokenReferences'

const withInitialValue = (Pane) => {
const WithInitialValueStream = streamingComponent((props$) =>
Expand Down

0 comments on commit 7bce53c

Please sign in to comment.