Skip to content

Commit

Permalink
Update import order (tests failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadie-phantom committed Feb 13, 2024
1 parent ac6a1a0 commit 86939cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/scroll.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Attention } from "./attention";
import { ConfigType, OrigamiEventType } from "./yupValidator";
import { TrackingOptions } from "../FTTracking";
import { FTTracking } from "../FTTracking";
import { gaTracker } from "../gaTracker";
import { oTracker } from "../oTracker";
import { Attention } from "./attention";
import { ConfigType, OrigamiEventType } from "./yupValidator";

import "./intersectionObserverPolyfill";

Expand Down

0 comments on commit 86939cb

Please sign in to comment.