From 4cd801a32cf2275acba93b684acb0ba5b783dc26 Mon Sep 17 00:00:00 2001 From: Koosha Lahouti Date: Wed, 16 Jul 2025 23:38:57 +0330 Subject: [PATCH] fix: issue in user profile --- src/App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b6dffad..b2b7076 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,12 +7,8 @@ import { useColorScheme, } from '@mui/material'; import './App.css'; -<<<<<<< HEAD import { useTranslation } from 'react-i18next'; import { LanguageManager } from './components/LanguageManager'; - -======= ->>>>>>> 58445fe (feat: add user profile which includes three sections: Personal Information, Phone Number and Email and Social media) function App() { const { t } = useTranslation();