diff --git a/squarenotsquare/navigation/SquareStack.js b/squarenotsquare/navigation/SquareStack.js index ac3b3a9..2616366 100644 --- a/squarenotsquare/navigation/SquareStack.js +++ b/squarenotsquare/navigation/SquareStack.js @@ -2,7 +2,7 @@ import React, {Component} from 'react'; import {NavigationContainer} from '@react-navigation/native'; import {createStackNavigator} from '@react-navigation/stack'; import {connect} from 'react-redux'; -import {squareRef} from 'SquareNav'; +import {squareRef} from './SquareNav'; import Home from '../components/Home'; import Game from '../components/Game';