diff --git a/utils/src/wizard/SilentExecuteActivityContext.ts b/utils/src/wizard/SilentExecuteActivityContext.ts index 3b9dcfa849..d58ba430de 100644 --- a/utils/src/wizard/SilentExecuteActivityContext.ts +++ b/utils/src/wizard/SilentExecuteActivityContext.ts @@ -3,7 +3,7 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { ExecuteActivityContext } from "../.."; +import { ExecuteActivityContext } from "../../index"; /** * A context that can be used to execute an activity without actually executing it