From 86939cbe008de554aa7853c3cef2bae9f1fe7823 Mon Sep 17 00:00:00 2001 From: Sadie Norman Date: Tue, 13 Feb 2024 17:15:28 +0000 Subject: [PATCH] Update import order (tests failed) --- src/utils/scroll.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/scroll.ts b/src/utils/scroll.ts index c9d925b..2fdc0e5 100644 --- a/src/utils/scroll.ts +++ b/src/utils/scroll.ts @@ -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";