diff options
Diffstat (limited to 'src/components/molecules/forms/switch/switch.tsx')
| -rw-r--r-- | src/components/molecules/forms/switch/switch.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/forms/switch/switch.tsx b/src/components/molecules/forms/switch/switch.tsx index ad3e514..c6c1c69 100644 --- a/src/components/molecules/forms/switch/switch.tsx +++ b/src/components/molecules/forms/switch/switch.tsx @@ -14,7 +14,7 @@ import { Label, Radio, } from '../../../atoms'; -import type { TooltipProps } from '../../tooltip'; +import type { TooltipProps } from '../../modals'; import styles from './switch.module.scss'; type SwitchItemProps = Omit<LabelProps, 'children' | 'htmlFor' | 'isRequired'> & |
