diff --git a/src/App.tsx b/src/App.tsx
index 3533cc8..10a1234 100644
--- a/src/App.tsx
+++ b/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
<>