Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jun 6, 2020
1 parent 8ebaad2 commit c1da684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/page/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Animated from 'react-native-reanimated';
import { calculateRectangleCircleRadius } from '../../utils/math';
import { PageProps } from '../../types';
import { styles } from './styles';
import { calculateRectangleCircleRadius } from '../utils/math';

const { interpolate, add, Extrapolate } = Animated;
const AnimatedCircle = Animated.createAnimatedComponent(Circle);
Expand Down

0 comments on commit c1da684

Please sign in to comment.