fix: issue in user profile

This commit is contained in:
2025-07-16 23:38:57 +03:30
parent 9ad386e54a
commit 4cd801a32c

View File

@@ -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();