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