From c5def9e99a69284933422e9a4d6412ef10dd4347 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Mon, 1 Aug 2022 22:18:30 -0500 Subject: [PATCH] splash screen unused items --- squarenotsquare/src/screens/Splash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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){