Skip to content

Commit 8993b40

Browse files
authored
Merge pull request pmndrs#14 from leonascimento/refactor/removing-imports
Removing unnecessary imports.
2 parents 476ad62 + 5fbcd8c commit 8993b40

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Trail.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
3-
import Animated from './animated/targets/react-dom'
43
import Spring, { config } from './Spring'
54

65
export default class Trail extends React.PureComponent {

src/animated/AnimatedValue.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import AnimatedWithChildren from './AnimatedWithChildren'
22
import AnimatedInterpolation from './AnimatedInterpolation'
33
import Interpolation from './Interpolation'
4-
import Animation from './Animation'
54

65
var _uniqueId = 0
76

src/animated/SpringAnimation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Animation from './Animation'
2-
import AnimatedValue from './AnimatedValue'
32
import RequestAnimationFrame from './injectable/RequestAnimationFrame'
43
import CancelAnimationFrame from './injectable/CancelAnimationFrame'
54
import SpringConfig from './SpringConfig'

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Animated from './animated/targets/react-dom'
21
import Spring, { config, template, animated, interpolate } from './Spring'
32
import Transition from './Transition'
43
import Trail from './Trail'

0 commit comments

Comments
 (0)