Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 6953203

Browse files
committed
Reorder imports and remove unused one
1 parent 4763635 commit 6953203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Taxonomy/Taxonomy.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import React, {
99
} from 'react';
1010
import { Dropdown, Menu } from 'antd';
1111

12+
import { LsChevron } from '../../assets/icons';
13+
import { Tooltip } from '../../common/Tooltip/Tooltip';
1214
import { useToggle } from '../../hooks/useToggle';
15+
import { CNTagName } from '../../utils/bem';
16+
import { FF_DEV_4075, FF_PROD_309, isFF } from '../../utils/feature-flags';
1317
import { isArraysEqual } from '../../utils/utilities';
14-
import { LsChevron } from '../../assets/icons';
1518
import TreeStructure from '../TreeStructure/TreeStructure';
1619

1720
import styles from './Taxonomy.module.scss';
18-
import { FF_DEV_4075, FF_PROD_309, FF_TAXONOMY_LABELING, isFF } from '../../utils/feature-flags';
19-
import { Tooltip } from '../../common/Tooltip/Tooltip';
20-
import { CNTagName } from '../../utils/bem';
2121

2222
type TaxonomyPath = string[];
2323
type onAddLabelCallback = (path: string[]) => any;

0 commit comments

Comments
 (0)