Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Sep 26, 2023
1 parent d3aa527 commit 04bcdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cloudinary/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type {
CommonFieldConfig,
BaseListTypeInfo,
FieldTypeFunc,
jsonFieldTypePolyfilledForSQLite,
} from '@keystone-6/core/types';
import { jsonFieldTypePolyfilledForSQLite } from '@keystone-6/core/types';
import { graphql } from '@keystone-6/core';
import cloudinary from 'cloudinary';

Expand Down

0 comments on commit 04bcdec

Please sign in to comment.