From bc4fa6b198557a7f3989eb0865e2c77ac7451d29 Mon Sep 17 00:00:00 2001 From: kibigo! Date: Sun, 3 Dec 2017 23:26:40 -0800 Subject: Rename themes -> flavours ? ? --- app/javascript/themes/glitch/util/optional_motion.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/javascript/themes/glitch/util/optional_motion.js (limited to 'app/javascript/themes/glitch/util/optional_motion.js') diff --git a/app/javascript/themes/glitch/util/optional_motion.js b/app/javascript/themes/glitch/util/optional_motion.js deleted file mode 100644 index b8a57b22f..000000000 --- a/app/javascript/themes/glitch/util/optional_motion.js +++ /dev/null @@ -1,5 +0,0 @@ -import { reduceMotion } from 'themes/glitch/util/initial_state'; -import ReducedMotion from './reduced_motion'; -import Motion from 'react-motion/lib/Motion'; - -export default reduceMotion ? ReducedMotion : Motion; -- cgit