From faf3a84236072d7c21602453c9dcea651472aa68 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Wed, 27 Jul 2022 23:01:03 -0500 Subject: [PATCH] Removed unused imports --- squarenotsquare/navigation/SquareStack.js | 1 - 1 file changed, 1 deletion(-) diff --git a/squarenotsquare/navigation/SquareStack.js b/squarenotsquare/navigation/SquareStack.js index 9faa84b..7f84b2b 100644 --- a/squarenotsquare/navigation/SquareStack.js +++ b/squarenotsquare/navigation/SquareStack.js @@ -1,7 +1,6 @@ import React from 'react'; import {NavigationContainer} from '@react-navigation/native'; import {createStackNavigator} from '@react-navigation/stack'; -import {connect} from 'react-redux'; import {squareRef} from './SquareNav'; import Home from '../components/Home';