Skip to content

Commit

Permalink
Remove cycle of requires in AnimatedParam (#562)
Browse files Browse the repository at this point in the history
Fixes #558
rel: #561
Regression made with: #534

In this PR I get rid of the cycle of requires which cause warnings by fixing one of the imports
  • Loading branch information
osdnk authored Jan 16, 2020
1 parent f0aec17 commit e6a6a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/AnimatedClock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import InternalAnimatedValue from './AnimatedValue';
import InternalAnimatedValue from './InternalAnimatedValue';
import AnimatedNode from './AnimatedNode';
import { val } from '../val';

Expand Down

0 comments on commit e6a6a46

Please sign in to comment.