Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Apr 3, 2024
1 parent 6277efb commit ca957cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/animation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DomWindowHelper } from "src/global_variables_utils";
import { DomWindowHelper } from "../global_variables_utils";
import { debounce } from "./taskmanager";

export interface AnimationOptions{
Expand Down

0 comments on commit ca957cc

Please sign in to comment.