From ca957cc8562ef3296613af438119f0dd493d019a Mon Sep 17 00:00:00 2001 From: Dmitry Kuzin Date: Wed, 3 Apr 2024 11:55:28 +0400 Subject: [PATCH] Fix import --- src/utils/animation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/animation.ts b/src/utils/animation.ts index a5913fb7ec..dbc6169e67 100644 --- a/src/utils/animation.ts +++ b/src/utils/animation.ts @@ -1,4 +1,4 @@ -import { DomWindowHelper } from "src/global_variables_utils"; +import { DomWindowHelper } from "../global_variables_utils"; import { debounce } from "./taskmanager"; export interface AnimationOptions{