Removed prop-types global import, added to files directly
• Removed: - prop-types global import, added to files directly
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// for the benefit of users with motion sickness.
|
||||
import Motion from 'react-motion/lib/Motion';
|
||||
import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
|
||||
const stylesToKeep = ['opacity', 'backgroundOpacity'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user