Re organize imports of Select.tsx

This commit is contained in:
Brandon Presley 2023-11-09 13:15:45 +13:00
parent 2fdb220659
commit 307ad4c9dd
1 changed files with 1 additions and 8 deletions

View File

@ -1,14 +1,7 @@
import React, { useCallback, useMemo, useState } from "react";
import { Pressable, View } from "react-native";
import {
Button,
IconButton,
Menu,
Subheading,
useTheme,
} from "react-native-paper";
import { IconButton, Menu, useTheme } from "react-native-paper";
import AppInput from "./AppInput";
import { ITEM_PADDING } from "./constants";
export interface Item {
value: string;