diff --git a/plugins/json-schema/src/index.ts b/plugins/json-schema/src/index.ts index c5676c778..4880b9672 100644 --- a/plugins/json-schema/src/index.ts +++ b/plugins/json-schema/src/index.ts @@ -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[],