From 4f3f25abc1272a41ab84da8296bbac0621f9f177 Mon Sep 17 00:00:00 2001 From: Koosha Lahouti Date: Mon, 21 Jul 2025 17:16:10 +0330 Subject: [PATCH] fix: app.tsx and revert it to the original state --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index dcc2651..f1bd30e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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() { <> -
{t('helloWorld')}