From d879d30b8c8d36fedafe6b187203d3c6e8e69f52 Mon Sep 17 00:00:00 2001 From: Koosha Lahouti Date: Wed, 16 Jul 2025 23:37:05 +0330 Subject: [PATCH] fix: issue in user profile --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index b2b7076..43fe290 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import { import './App.css'; import { useTranslation } from 'react-i18next'; import { LanguageManager } from './components/LanguageManager'; + function App() { const { t } = useTranslation();