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 f19e2c9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/cloudinary/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { randomBytes } from 'node:crypto';
import type {
CommonFieldConfig,
BaseListTypeInfo,
FieldTypeFunc,
jsonFieldTypePolyfilledForSQLite,
} from '@keystone-6/core/types';
import type { CommonFieldConfig, BaseListTypeInfo, FieldTypeFunc } 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 f19e2c9

Please sign in to comment.