Skip to content

Commit

Permalink
chore: absolute import path
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Apr 6, 2024
1 parent bcde4ae commit b78c92a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import type {
OnDragEndResponder,
} from 'react-beautiful-dnd';

import type {TableColumnConfig} from 'src/components/Table/Table';

import {useUniqId} from '../../../../../hooks';
import type {PopperPlacement} from '../../../../../hooks/private';
import {createOnKeyDownHandler} from '../../../../../hooks/useActionHandlers/useActionHandlers';
Expand All @@ -25,6 +23,7 @@ import type {
import type {ListItemType, ListItemViewProps} from '../../../../useList';
import {ListContainerView, ListItemView} from '../../../../useList';
import {block} from '../../../../utils/cn';
import type {TableColumnConfig} from '../../../Table';
import type {TableSetting} from '../withTableSettings';

import i18n from './i18n';
Expand Down

0 comments on commit b78c92a

Please sign in to comment.