From 261992b1e0050e7095c2593dd61a4e97cc8bcc23 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 11 Jul 2023 15:13:53 +0500 Subject: [PATCH] mobile: cleanup imports --- apps/mobile/app/components/list/reorderable-list.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/mobile/app/components/list/reorderable-list.tsx b/apps/mobile/app/components/list/reorderable-list.tsx index 5be039964..c8c16c04a 100644 --- a/apps/mobile/app/components/list/reorderable-list.tsx +++ b/apps/mobile/app/components/list/reorderable-list.tsx @@ -25,11 +25,10 @@ import { DraxListRenderItemContent, DraxProvider } from "react-native-drax"; -import { IconButton } from "../ui/icon-button"; import { useThemeStore } from "../../stores/use-theme-store"; import { SIZE } from "../../utils/size"; -import Paragraph from "../ui/typography/paragraph"; import { Button } from "../ui/button"; +import { IconButton } from "../ui/icon-button"; interface ReorderableListProps extends Omit, "renderItem"> {