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 8cbd84a commit d73475eCopy full SHA for d73475e
packages/ui-components/src/Common/Switch/index.tsx
@@ -2,7 +2,8 @@
2
3
import * as SwitchPrimitive from '@radix-ui/react-switch';
4
import classNames from 'classnames';
5
-import { FC, PropsWithChildren, useId } from 'react';
+import { useId } from 'react';
6
+import type { FC, PropsWithChildren } from 'react';
7
8
import styles from './index.module.css';
9
0 commit comments