part 1
This commit is contained in:
@@ -12,6 +12,7 @@ import { IApiErrorRepsonse } from './types/error.types'
|
||||
import MainRouter from './router/Main'
|
||||
import AuthRouter from './router/Auth'
|
||||
import { Pages } from './config/Pages'
|
||||
import useConvertNumbers from './hooks/useConvertNumbers';
|
||||
|
||||
i18next.init({
|
||||
interpolation: { escapeValue: false },
|
||||
@@ -43,6 +44,7 @@ const queryClient = new QueryClient({
|
||||
const App: FC = () => {
|
||||
|
||||
// useNumberFont()
|
||||
useConvertNumbers()
|
||||
|
||||
const [isLogin, setIsLogin] = useState<'checking' | 'isLogin' | 'isNotLogin'>('checking')
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user