Skip to content

Commit

Permalink
refactor(esl-drag-to-scroll): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
abarmina committed Sep 18, 2024
1 parent 3ac5c2e commit 3102ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {ESLMixinElement} from '../../esl-mixin-element/core';
import {jsonAttr, listen, memoize} from '../../esl-utils/decorators';
import {listen, memoize} from '../../esl-utils/decorators';
import {ExportNs} from '../../esl-utils/environment/export-ns';

import type {Point} from '../../esl-utils/dom/point';
Expand Down

0 comments on commit 3102ce6

Please sign in to comment.