From 553dd3a95b2a546d6d716f6f07fd10d09c13ba37 Mon Sep 17 00:00:00 2001 From: Koosha Lahouti Date: Fri, 18 Jul 2025 21:30:47 +0330 Subject: [PATCH] fix: merge conflict --- src/App.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 73b994d..b2b7076 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,18 +7,12 @@ import { useColorScheme, } from '@mui/material'; import './App.css'; -<<<<<<< HEAD import { useTranslation } from 'react-i18next'; import { LanguageManager } from './components/LanguageManager'; -======= -import { UserProfileForm } from './features/profile/components/UserProfileForm'; - ->>>>>>> 3698cbf (feat: implement user profile form) function App() { const { t } = useTranslation(); return ( -<<<<<<< HEAD <> @@ -47,11 +41,6 @@ function App() { -======= -
- -
->>>>>>> 3698cbf (feat: implement user profile form) ); }