Skip to content

Commit

Permalink
Revert import change
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Dec 23, 2024
1 parent a9eb938 commit 640294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/agent/hooks/wrapExport.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable max-lines-per-function */
import { Agent } from "../Agent";
import type { Agent } from "../Agent";
import { getInstance } from "../AgentSingleton";
import { bindContext, getContext } from "../Context";
import type { InterceptorResult } from "./InterceptorResult";
Expand Down

0 comments on commit 640294d

Please sign in to comment.