summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/motion-toggle.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-09 19:16:30 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-09 19:20:08 +0200
commit9cbef657ac9484cbf79234527ec6bfe6a451ece8 (patch)
tree68a4fec038cf742f1bc949c3b1ad239793f58ced /src/components/molecules/forms/motion-toggle.tsx
parentaf575907c254d3233c3fd5904afc87c1db0bdcf3 (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.tsx2
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';