import { Box, Button, FormLabel, Input, Select, SimpleGrid, Spinner, Textarea, useToast, } from '@chakra-ui/react' import { useState } from 'react' import { useSelector } from 'react-redux' import { selectDeviceList, selectSendingSMS, sendSMS, } from '../../store/deviceSlice' import { useAppDispatch } from '../../store/hooks' export const SendSMSForm = ({ deviceList, formData, handleChange }) => { return ( <> Select Device Recipient Message