Skip to content

Commit e2439d1

Browse files
authored
Update CodeTabs.tsx
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
1 parent 95dc2e2 commit e2439d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-components/src/MDX/CodeTabs.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as TabsPrimitive from '@radix-ui/react-tabs';
2-
import { useMemo, type FC, type ReactElement } from 'react';
2+
import type { FC, ReactElement } from 'react';
3+
import { useMemo } from 'react';
34

45
import CodeTabs from '#ui/Common/CodeTabs';
56

0 commit comments

Comments
 (0)