From 88a053798742d6bfdcee6b93839c098ccd20db36 Mon Sep 17 00:00:00 2001 From: abanobmikaeel Date: Sat, 30 Sep 2023 16:21:09 -0400 Subject: [PATCH] Cleanup --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index c144e5e..4286343 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,4 +1,4 @@ -import React, { useRef, useState } from 'react'; +import React, { useRef } from 'react'; import { SafeAreaView } from 'react-native'; import { Dimensions } from 'react-native'; import { WebView, type WebViewMessageEvent } from 'react-native-webview';