Fixing redesign-settings prettier & lint => CI

This commit is contained in:
mathysPaul
2023-09-19 18:23:31 +02:00
parent 1abfbf391f
commit c4ca2e509e
18 changed files with 35 additions and 196 deletions
+1 -10
View File
@@ -1,16 +1,7 @@
import React from 'react';
import { translate } from '../../i18n/i18n';
import { string } from 'yup';
import {
FormControl,
Input,
Stack,
WarningOutlineIcon,
Box,
Button,
useToast,
Flex,
} from 'native-base';
import { useToast, Flex } from 'native-base';
import TextFormField from '../UI/TextFormField';
import ButtonBase from '../UI/ButtonBase';
import { Sms } from 'iconsax-react-native';