File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/devextreme/js/__internal/grids/grid_core/column_headers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import { getHeight } from '@js/core/utils/size';
99import { isDefined } from '@js/core/utils/type' ;
1010import type { HeaderFilterController } from '@ts/grids/grid_core/header_filter/m_header_filter' ;
1111import type { HeaderPanel } from '@ts/grids/grid_core/header_panel/m_header_panel' ;
12- import type { Column } from '../columns_controller/m_columns_controller' ;
1312
13+ import type { Column } from '../columns_controller/m_columns_controller' ;
1414import { CLASSES as REORDERING_CLASSES } from '../columns_resizing_reordering/const' ;
1515import { registerKeyboardAction } from '../m_accessibility' ;
1616import { ColumnsView } from '../views/m_columns_view' ;
You can’t perform that action at this time.
0 commit comments