From 3ff4c37a7a2c40340c17f9e6c1754444bce0f839 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 31 Oct 2023 16:00:45 +0100 Subject: refactor(components): rewrite Modal component * add an optional close button * add an icon prop --- src/components/molecules/forms/switch/switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/molecules/forms/switch/switch.tsx') 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 & -- cgit v1.2.3