diff --git a/squarenotsquare/src/screens/Game.js b/squarenotsquare/src/screens/Game.js index ab7f9c2..81c25e7 100644 --- a/squarenotsquare/src/screens/Game.js +++ b/squarenotsquare/src/screens/Game.js @@ -1,6 +1,5 @@ import React from "react"; import { Text, TouchableOpacity, View, SafeAreaView } from "react-native"; -import { ScrollView } from "react-native-gesture-handler"; import { useState, useEffect, useRef, useMemo } from "react"; import {genSquareChallenge} from '../libs/Random'; import {shapes} from '../libs/ShapeEnum';