diff --git a/src/features/profile/components/PhoneNumber.tsx b/src/features/profile/components/PhoneNumber.tsx index b185a00..26b402e 100644 --- a/src/features/profile/components/PhoneNumber.tsx +++ b/src/features/profile/components/PhoneNumber.tsx @@ -1,11 +1,4 @@ -import { - Box, - Typography, - Button, - TextField, - IconButton, - GlobalStyles, -} from '@mui/material'; +import { Box, Typography, Button, TextField, IconButton } from '@mui/material'; import { Edit, Refresh, TickCircle } from 'iconsax-react'; import { useState, type ChangeEvent } from 'react'; import { CardContainer } from '@/components/CardContainer';