fix: merge conflict
This commit is contained in:
11
src/App.tsx
11
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
|
||||
<>
|
||||
<CssBaseline />
|
||||
<LanguageManager />
|
||||
@@ -47,11 +41,6 @@ function App() {
|
||||
</Box>
|
||||
</div>
|
||||
</>
|
||||
=======
|
||||
<div>
|
||||
<UserProfileForm />
|
||||
</div>
|
||||
>>>>>>> 3698cbf (feat: implement user profile form)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user