aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Settings/ReduceMotion/ReduceMotion.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Settings/ReduceMotion/ReduceMotion.tsx')
-rw-r--r--src/components/Settings/ReduceMotion/ReduceMotion.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/ReduceMotion/ReduceMotion.tsx b/src/components/Settings/ReduceMotion/ReduceMotion.tsx
index c7b5775..d0f7980 100644
--- a/src/components/Settings/ReduceMotion/ReduceMotion.tsx
+++ b/src/components/Settings/ReduceMotion/ReduceMotion.tsx
@@ -1,4 +1,4 @@
-import { Toggle } from '@components/Form';
+import { Toggle } from '@components/FormElements';
import { LocalStorage } from '@services/local-storage';
import { useEffect, useState } from 'react';
import { useIntl } from 'react-intl';