Browse Source

import folder name change

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

10
squarenotsquare/navigation/SquareStack.js

@ -3,11 +3,11 @@ import {NavigationContainer} from '@react-navigation/native';
import {createStackNavigator} from '@react-navigation/stack';
import {squareRef} from './SquareNav';
import Home from '../components/Home';
import Game from '../components/Game';
import HighScore from '../components/HighScore';
import Settings from '../components/Settings';
import Splash from '../components/Splash';
import Home from '../screens/Home';
import Game from '../screens/Game';
import HighScore from '../screens/HighScore';
import Settings from '../screens/Settings';
import Splash from '../screens/Splash';
const SquareNav = createStackNavigator();

Loading…
Cancel
Save