diff --git a/src/tabs/tab-nav.tsx b/src/tabs/tab-nav.tsx index 4d811114416..b662a539134 100644 --- a/src/tabs/tab-nav.tsx +++ b/src/tabs/tab-nav.tsx @@ -20,7 +20,6 @@ import { usePrefixClass, useCommonClassName } from '../hooks/useConfig'; import { useGlobalIcon } from '../hooks/useGlobalIcon'; import useDragSort from '../hooks/useDragSort'; import isFunction from 'lodash/isFunction'; -import { useTNodeJSX } from '../hooks/tnode'; const { calculateCanToLeft, calculateCanToRight, calcScrollLeft, scrollToLeft, scrollToRight, moveActiveTabIntoView } = tabBase;