Removed unused/old/pre-refactor settings

•Removed:
- unused/old/pre-refactor settings
This commit is contained in:
mgabdev
2020-06-07 14:01:54 -04:00
parent 250e6a4357
commit 985e1458d5
11 changed files with 5 additions and 44 deletions

View File

@@ -1,5 +1,4 @@
import { reduceMotion } from '../../../initial_state';
import ReducedMotion from './reduced_motion';
import Motion from 'react-motion/lib/Motion';
export default reduceMotion ? ReducedMotion : Motion;
export default ReducedMotion