fix: app.tsx and revert it to the original state

This commit is contained in:
2025-07-21 17:16:10 +03:30
committed by Koosha Lahouti
parent 45f71033d9
commit 4f3f25abc1

View File

@@ -9,7 +9,6 @@ import {
import './App.css';
import { useTranslation } from 'react-i18next';
import { LanguageManager } from './components/LanguageManager';
import { UserCompletionForm } from './features/authentication/components/UserCompletionForm';
function App() {
const { t } = useTranslation();
@@ -19,7 +18,6 @@ function App() {
<>
<CssBaseline />
<LanguageManager />
<UserCompletionForm />
<div style={{ padding: '16px' }}>
<Typography variant="h3">{t('helloWorld')}</Typography>
<Box