Skip to content

Commit 70f3e6f

Browse files
committed
chore: explicitly import Tab type as type
1 parent 4925f90 commit 70f3e6f

File tree

1 file changed

+2
-1
lines changed
  • src/admin/components/forms/field-types/Tabs

1 file changed

+2
-1
lines changed

src/admin/components/forms/field-types/Tabs/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { useTranslation } from 'react-i18next';
33
import RenderFields from '../../RenderFields';
44
import withCondition from '../../withCondition';
55
import { Props } from './types';
6-
import { Tab, tabHasName } from '../../../../../fields/config/types';
6+
import { tabHasName } from '../../../../../fields/config/types';
7+
import type { Tab } from '../../../../../fields/config/types';
78
import FieldDescription from '../../FieldDescription';
89
import toKebabCase from '../../../../../utilities/toKebabCase';
910
import { useCollapsible } from '../../../elements/Collapsible/provider';

0 commit comments

Comments
 (0)