Skip to content

Commit

Permalink
AG-NONE nx format
Browse files Browse the repository at this point in the history
  • Loading branch information
olegat committed Jun 28, 2024
1 parent 415d89d commit e38bdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ag-charts-community/src/module/moduleContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import type { CursorManager } from '../chart/interaction/cursorManager';
import type { GestureDetector } from '../chart/interaction/gestureDetector';
import type { HighlightManager } from '../chart/interaction/highlightManager';
import type { InteractionManager } from '../chart/interaction/interactionManager';
import type { KeyNavManager } from '../chart/interaction/keyNavManager';
import type { RegionManager } from '../chart/interaction/regionManager';
import type { SyncManager } from '../chart/interaction/syncManager';
import type { ToolbarManager } from '../chart/interaction/toolbarManager';
Expand All @@ -23,7 +24,6 @@ import type { LayoutService } from '../chart/layout/layoutService';
import type { LocaleManager } from '../chart/locale/localeManager';
import type { SeriesStateManager } from '../chart/series/seriesStateManager';
import type { UpdateService } from '../chart/updateService';
import type { KeyNavManager } from '../chart/interaction/keyNavManager';
import type { Scene } from '../scene/scene';
import type { CallbackCache } from '../util/callbackCache';

Expand Down

0 comments on commit e38bdb1

Please sign in to comment.