From 33e9b4db73dd107a7033eb3607d344985a167063 Mon Sep 17 00:00:00 2001 From: David Jerleke Date: Sun, 12 Nov 2023 20:34:51 +0100 Subject: [PATCH] Fix lint problems. --- packages/embla-carousel/src/components/ScrollTo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/embla-carousel/src/components/ScrollTo.ts b/packages/embla-carousel/src/components/ScrollTo.ts index 2a04c5e48..6255a3973 100644 --- a/packages/embla-carousel/src/components/ScrollTo.ts +++ b/packages/embla-carousel/src/components/ScrollTo.ts @@ -1,7 +1,6 @@ import { AnimationType } from './Animations' import { CounterType } from './Counter' import { EventHandlerType } from './EventHandler' -import { ScrollBodyType } from './ScrollBody' import { ScrollTargetType, TargetType } from './ScrollTarget' import { Vector1DType } from './Vector1d'