Skip to content

Commit

Permalink
update json-schema plugin imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madaley1 committed Nov 17, 2023
1 parent bf14ae1 commit 0bd8c8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/json-schema/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import type {
ModelToSheetConfig,
PartialWorkbookConfig,
} from '@flatfile/util-fetch-schema'
import { generateSetup } from '@flatfile/util-fetch-schema'
import { getSchemas } from '@flatfile/util-fetch-schema/src'
import { generateSetup, getSchemas } from '@flatfile/util-fetch-schema'

export function configureSpaceWithJsonSchema(
models?: ModelToSheetConfig[],
Expand Down

0 comments on commit 0bd8c8a

Please sign in to comment.