diff --git a/squarenotsquare/src/screens/HighScore.js b/squarenotsquare/src/screens/HighScore.js index 516f66d..1da0ceb 100644 --- a/squarenotsquare/src/screens/HighScore.js +++ b/squarenotsquare/src/screens/HighScore.js @@ -5,6 +5,7 @@ import Slider from "../components/Slider"; import { useDispatch } from "react-redux"; import {goHome} from '../redux/actions/SystemActions'; import DbAPI from "../realm/DbAPI"; +import { ScrollView } from "react-native-gesture-handler"; function HighScore(){ const dispatch = useDispatch(); @@ -53,20 +54,20 @@ function HighScore(){ return ( - + Main Menu - + {renderScores()} - + )