Skip to content

Commit e6a849b

Browse files
committed
🦄 refactor: remove unnecessary import
1 parent 357e305 commit e6a849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/utils/scroll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ElementScroll } from 'index';
22
import { Coordinate, Direction } from '..';
3-
import { draggableIsCompleteOutside, draggableIsOutside, getPropByDirection } from './GetStyles';
3+
import { draggableIsCompleteOutside, getPropByDirection } from './GetStyles';
44
const scrollByDirection = (element: HTMLElement, direction: Direction, scrollAmount: number) => {
55
if (scrollAmount == 0) {
66
return;

0 commit comments

Comments
 (0)