Skip to content

Commit c7cfb66

Browse files
authored
chore(types): change Logger import to type-only (#6100)
1 parent 9b1ed64 commit c7cfb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Logger } from "@smithy/types";
2-
export { Logger } from "@smithy/types";
1+
import type { Logger } from "@smithy/types";
2+
export type { Logger } from "@smithy/types";
33

44
/**
55
* @public

0 commit comments

Comments
 (0)