Skip to content

Commit 640294d

Browse files
committed
Revert import change
1 parent a9eb938 commit 640294d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/hooks/wrapExport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable max-lines-per-function */
2-
import { Agent } from "../Agent";
2+
import type { Agent } from "../Agent";
33
import { getInstance } from "../AgentSingleton";
44
import { bindContext, getContext } from "../Context";
55
import type { InterceptorResult } from "./InterceptorResult";

0 commit comments

Comments
 (0)