refactor: 将 layout 组件移动到 layout 目录下

This commit is contained in:
xingyu4j
2022-12-07 10:14:29 +08:00
parent 88603ab8fe
commit 2b6fcc138c
42 changed files with 18 additions and 18 deletions

View File

@ -63,8 +63,8 @@ import { underlineToHump } from '@/utils'
import { useI18n } from '@/hooks/web/useI18n'
import { useDesign } from '@/hooks/web/useDesign'
import { useAppStore } from '@/store/modules/app'
import { ThemeSwitch } from '@/components/ThemeSwitch'
import { LocaleDropdown } from '@/components/LocaleDropdown'
import { ThemeSwitch } from '@/layout/components/ThemeSwitch'
import { LocaleDropdown } from '@/layout/components/LocaleDropdown'
import { LoginForm, MobileForm, RegisterForm, QrCodeForm } from './components'
const { t } = useI18n()