fix: issue in user profile
This commit is contained in:
@@ -7,12 +7,8 @@ import {
|
|||||||
useColorScheme,
|
useColorScheme,
|
||||||
} from '@mui/material';
|
} from '@mui/material';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
<<<<<<< HEAD
|
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import { LanguageManager } from './components/LanguageManager';
|
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() {
|
function App() {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user