From 96251779c9cc61f114f7a94ef11ca5cfc5478284 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 15:32:48 -0500 Subject: [PATCH] squarenav syntax --- squarenotsquare/navigation/SquareStack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';