From 89fd237c72ceb1e5356b53e57b88a14f23713891 Mon Sep 17 00:00:00 2001 From: Koosha Lahouti Date: Wed, 23 Jul 2025 17:29:03 +0330 Subject: [PATCH] fix: styles --- src/features/profile/components/PhoneNumber.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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';