Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jan 5, 2024
1 parent 4e0ae6c commit 19a1b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/grid/src/DataBarGridModel.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { GridThemeType } from '.';
import { ModelIndex } from './GridMetrics';
import GridModel from './GridModel';
import { GridColor } from './GridTheme';
import { GridColor, type GridTheme as GridThemeType } from './GridTheme';

export type Marker = { value: number; color: string };
export type AxisOption = 'proportional' | 'middle' | 'directional';
Expand Down

0 comments on commit 19a1b35

Please sign in to comment.