ads and invoce

This commit is contained in:
hamid zarghami
2025-02-22 10:51:30 +03:30
parent e094736c0e
commit 06f7f6b3d8
10 changed files with 393 additions and 153 deletions
+1 -2
View File
@@ -12,7 +12,6 @@ import { IApiErrorRepsonse } from './types/error.types'
import MainRouter from './router/Main'
import AuthRouter from './router/Auth'
import { Pages } from './config/Pages'
import useNumberFont from './hooks/useNumberFont';
i18next.init({
interpolation: { escapeValue: false },
@@ -43,7 +42,7 @@ const queryClient = new QueryClient({
const App: FC = () => {
useNumberFont()
// useNumberFont()
const [isLogin, setIsLogin] = useState<'checking' | 'isLogin' | 'isNotLogin'>('checking')
useEffect(() => {