From 4aeff48e740892f0b7f54fdb3c1953497dce54c0 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 31 Mar 2023 01:40:34 +0500 Subject: [PATCH] mobile: cleanup --- apps/mobile/app/components/sheets/topic-sheet/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app/components/sheets/topic-sheet/index.tsx b/apps/mobile/app/components/sheets/topic-sheet/index.tsx index 0a6531c70..5afd6b71b 100644 --- a/apps/mobile/app/components/sheets/topic-sheet/index.tsx +++ b/apps/mobile/app/components/sheets/topic-sheet/index.tsx @@ -25,7 +25,7 @@ import React, { useRef, useState } from "react"; -import { Animated, Platform, RefreshControl, View } from "react-native"; +import { Platform, RefreshControl, View } from "react-native"; import ActionSheet, { ActionSheetRef, FlatList