diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-09 19:16:30 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-09 19:20:08 +0200 |
| commit | 9cbef657ac9484cbf79234527ec6bfe6a451ece8 (patch) | |
| tree | 68a4fec038cf742f1bc949c3b1ad239793f58ced /src/components/molecules/forms/motion-toggle.tsx | |
| parent | af575907c254d3233c3fd5904afc87c1db0bdcf3 (diff) | |
refactor(toggle): use Checkbox component and move it to molecules
Diffstat (limited to 'src/components/molecules/forms/motion-toggle.tsx')
| -rw-r--r-- | src/components/molecules/forms/motion-toggle.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/forms/motion-toggle.tsx b/src/components/molecules/forms/motion-toggle.tsx index d4f7d11..9f30b42 100644 --- a/src/components/molecules/forms/motion-toggle.tsx +++ b/src/components/molecules/forms/motion-toggle.tsx @@ -1,7 +1,7 @@ import Toggle, { ToggleChoices, ToggleProps, -} from '@components/atoms/forms/toggle'; +} from '@components/molecules/forms/toggle'; import { useState, VFC } from 'react'; import { useIntl } from 'react-intl'; |
