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"> {