Skip to content

Commit e64d138

Browse files
Update src/TabNavList/OperationNode.tsx
Co-authored-by: lijianan <[email protected]>
1 parent 079a695 commit e64d138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TabNavList/OperationNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useEffect, useState } from 'react';
77
import type { EditableConfig, Tab, TabsLocale, MoreProps } from '../interface';
88
import { getRemovable } from '../util';
99
import AddButton from './AddButton';
10-
import { SemanticName } from '../Tabs';
10+
import type { SemanticName } from '../Tabs';
1111

1212
export interface OperationNodeProps {
1313
prefixCls: string;

0 commit comments

Comments
 (0)