Skip to content

Commit

Permalink
editing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan Parikh authored and Ishaan Parikh committed Jun 21, 2016
1 parent 35a745a commit 527fd61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ProgressBar.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
var React = require('react-native');

var {
import React from 'react-native';
import {
Animated,
Easing,
StyleSheet,
View
} = React;
} from 'react-native';

var styles = StyleSheet.create({
background: {
Expand Down

0 comments on commit 527fd61

Please sign in to comment.