Skip to content

Commit

Permalink
Update ContributionSection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
annabauza authored Oct 24, 2020
1 parent d642b00 commit 66f01f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Home/contribution/ContributionSection.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Text, View, Image } from 'react-native';
import { Text, View } from 'react-native';
import styles from '../styles';
import SectionHeader from '../../SectionHeader';
import ContributionCard from './ContributionCard';
Expand Down Expand Up @@ -53,4 +53,4 @@ function ContributionSection() {
}


export default ContributionSection;
export default ContributionSection;

0 comments on commit 66f01f0

Please sign in to comment.