diff --git a/squarenotsquare/src/navigation/SquareStack.js b/squarenotsquare/src/navigation/SquareStack.js index 0152129..5eee0cb 100644 --- a/squarenotsquare/src/navigation/SquareStack.js +++ b/squarenotsquare/src/navigation/SquareStack.js @@ -8,6 +8,7 @@ import Game from '../screens/Game'; import HighScore from '../screens/HighScore'; import Settings from '../screens/Settings'; import Splash from '../screens/Splash'; +import Score from '../screens/Score'; const SquareNav = createStackNavigator(); @@ -42,6 +43,11 @@ function SquareStack() { component={Game} options={noHeader} /> + )