Skip to content

Commit

Permalink
clean unused vars lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lorrydriveloper committed Sep 3, 2020
1 parent 54fbbee commit 05c98a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions screens/Auth.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import { StyleSheet } from 'react-native';
import { connect } from 'react-redux';
import Profile from '../components/AuthComponents/Profile';
import AuthPage from '../components/AuthComponents/AuthPage';
Expand All @@ -14,4 +13,3 @@ const mapStateToProps = ({ authStore }) => ({
});

export default connect(mapStateToProps)(Auth);

0 comments on commit 05c98a7

Please sign in to comment.