Skip to content

Commit

Permalink
Fix botched merge (missing comma) (Path-Check#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
penrods authored and vitorpamplona committed Mar 20, 2020
1 parent e621cb4 commit e8ab79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/Export.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
View,
Text,
Alert,
Image
Image,
Share
} from 'react-native';

Expand Down Expand Up @@ -141,4 +141,4 @@ const styles = StyleSheet.create({
}
});

export default ExportScreen;
export default ExportScreen;

0 comments on commit e8ab79f

Please sign in to comment.