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 95dc2e2 commit e2439d1Copy full SHA for e2439d1
packages/ui-components/src/MDX/CodeTabs.tsx
@@ -1,5 +1,6 @@
1
import * as TabsPrimitive from '@radix-ui/react-tabs';
2
-import { useMemo, type FC, type ReactElement } from 'react';
+import type { FC, ReactElement } from 'react';
3
+import { useMemo } from 'react';
4
5
import CodeTabs from '#ui/Common/CodeTabs';
6
0 commit comments