fix: merge conflict
This commit is contained in:
10
src/App.tsx
10
src/App.tsx
@@ -7,11 +7,11 @@ import {
|
||||
useColorScheme,
|
||||
} from '@mui/material';
|
||||
import './App.css';
|
||||
<<<<<<< HEAD
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { LanguageManager } from './components/LanguageManager';
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> f1620b6 (fix: issue in user profile)
|
||||
@@ -21,11 +21,12 @@ import { UserProfileForm } from './features/profile/components/UserProfileForm';
|
||||
|
||||
>>>>>>> 3698cbf (feat: implement user profile form)
|
||||
>>>>>>> f9815fb (fix: issue in user profile)
|
||||
=======
|
||||
>>>>>>> 2a79376 (fix: merge conflict)
|
||||
function App() {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<<<<<<< HEAD
|
||||
<>
|
||||
<CssBaseline />
|
||||
<LanguageManager />
|
||||
@@ -54,11 +55,6 @@ function App() {
|
||||
</Box>
|
||||
</div>
|
||||
</>
|
||||
=======
|
||||
<div>
|
||||
<UserProfileForm />
|
||||
</div>
|
||||
>>>>>>> 3698cbf (feat: implement user profile form)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user