Optimize import

This commit is contained in:
2023-10-17 17:42:34 +08:00
parent 21450cc753
commit 491fb75be8
4 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { getLoginStatus } from '@/utils/auth'
import { PRODUCTION_NAME } from '@/constants/common.constants'
import { getLoginStatus } from '@/utils/auth'
import { getRedirectUrl } from '@/utils/common'
const AuthRoute = () => {