Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Oct 30, 2024
1 parent e016de7 commit 915a1ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/cma-client-browser/src/utils/uploadFileOrBlobToS3.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { makeCancelablePromise } from '@datocms/rest-client-utils';
import type { CancelablePromise } from '@datocms/rest-client-utils/src';
import {
makeCancelablePromise,
type CancelablePromise,
} from '@datocms/rest-client-utils';
import type { OnProgressInfo } from './uploadFileOrBlobAndReturnPath';

type Options = {
Expand Down

0 comments on commit 915a1ee

Please sign in to comment.