Skip to content

Commit

Permalink
Fix botched merge (missing comma) (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
penrods committed Mar 13, 2020
1 parent e5fb5d0 commit 3bf1773
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 3bf1773

Please sign in to comment.