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