Skip to content

Commit

Permalink
AG-11385 Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
olegat committed May 13, 2024
1 parent 99ddcd2 commit fd470b4
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 { Debug } from '../../sparklines-util';
import type { BBoxProvider, BBoxValues } from '../../util/bboxinterface';
import { Debug } from '../../util/debug';
import { createElement, setElementBBox } from '../../util/dom';
import type { UpdateService } from '../updateService';
import type { FocusIndicator } from './focusIndicator';
Expand Down

0 comments on commit fd470b4

Please sign in to comment.