We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d959f commit 49b9169Copy full SHA for 49b9169
core/src/components/segment/segment.tsx
@@ -1,7 +1,6 @@
1
import type { ComponentInterface, EventEmitter } from '@stencil/core';
2
import { Component, Element, Event, Host, Listen, Prop, State, Watch, h, writeTask } from '@stencil/core';
3
import type { Gesture, GestureDetail } from '@utils/gesture';
4
-import { pointerCoord } from '@utils/helpers';
5
import { isRTL } from '@utils/rtl';
6
import { createColorClasses, hostContext } from '@utils/theme';
7
0 commit comments