From e26d821f738525477472e631d170d9ed218c1603 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 25 Feb 2022 19:17:09 +0100 Subject: chore: combine input/textarea/select in a single component --- src/components/Settings/ReduceMotion/ReduceMotion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Settings/ReduceMotion/ReduceMotion.tsx') 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'; -- cgit v1.2.3