Skip to content

Commit a6a9a93

Browse files
committed
refactor: remove unused type import from responsive module in index.ts
1 parent e6fedf9 commit a6a9a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { GetImageAttributesOptions, ResponsiveImageAttributes, SrcOptions, Transformation, UploadOptions, UploadResponse } from "./interfaces";
2-
import type { } from "./responsive";
32
import { getResponsiveImageAttributes } from "./responsive";
43
import { ImageKitAbortError, ImageKitInvalidRequestError, ImageKitServerError, ImageKitUploadNetworkError, upload } from "./upload";
54
import { buildSrc, buildTransformationString } from "./url";

0 commit comments

Comments
 (0)