mobile: cleanup imports

This commit is contained in:
ammarahm-ed
2023-07-11 15:13:53 +05:00
parent 1ac0e571f9
commit 261992b1e0

View File

@@ -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<T = never>
extends Omit<DraxListProps<T>, "renderItem"> {