We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4925f90 commit 70f3e6fCopy full SHA for 70f3e6f
src/admin/components/forms/field-types/Tabs/index.tsx
@@ -3,7 +3,8 @@ import { useTranslation } from 'react-i18next';
3
import RenderFields from '../../RenderFields';
4
import withCondition from '../../withCondition';
5
import { Props } from './types';
6
-import { Tab, tabHasName } from '../../../../../fields/config/types';
+import { tabHasName } from '../../../../../fields/config/types';
7
+import type { Tab } from '../../../../../fields/config/types';
8
import FieldDescription from '../../FieldDescription';
9
import toKebabCase from '../../../../../utilities/toKebabCase';
10
import { useCollapsible } from '../../../elements/Collapsible/provider';
0 commit comments