Browse Source

Removed unused imports

pull/1/head
Tim Glasgow 2 years ago
parent
commit
faf3a84236
  1. 1
      squarenotsquare/navigation/SquareStack.js

1
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';

Loading…
Cancel
Save