diff --git a/squarenotsquare/src/screens/Splash.js b/squarenotsquare/src/screens/Splash.js index d84906a..7386c22 100644 --- a/squarenotsquare/src/screens/Splash.js +++ b/squarenotsquare/src/screens/Splash.js @@ -1,6 +1,5 @@ import React from "react"; -import { Image, Platform, Text, View } from "react-native"; -import { useEffect, useState } from "react"; +import { Image, Platform, View } from "react-native"; import { styles } from './styles/AppStyles'; function Splash(props){