Skip to content

Commit

Permalink
Remove duplicate css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsipplswezey committed Dec 3, 2017
1 parent 324bce6 commit 2e7b276
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nextVoltAGE/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@ export default class App extends React.Component {
const styles = StyleSheet.create({
wrapper: {
},
text: {
color: 'white',
backgroundColor: 'black',
},
slider1: {
flex: 1,
justifyContent: 'center',
Expand Down Expand Up @@ -281,8 +277,6 @@ const styles = StyleSheet.create({
height: 500,
},
//testing css
wrapper: {
},
slide1: {
flex: 1,
justifyContent: 'center',
Expand Down

0 comments on commit 2e7b276

Please sign in to comment.