Skip to content

Commit

Permalink
fix: 更新forbidden文件导入路径
Browse files Browse the repository at this point in the history
  • Loading branch information
HardenSG committed May 8, 2024
1 parent d22db1a commit 7295b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/baseBuiltComp/HocWrap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useSelector } from 'react-redux'
import { RootState } from 'src/store'
import { URL, goTo, query } from 'src/utils'
import showModal from 'src/utils/extraUiEffect/easyModal'
import ForbiddenComp from 'src/components/baseBuiltComp/Forbidden'
import ForbiddenComp from '../Forbidden/index'
import Loading from '../Loading'
import Guide from './components/guideInit'

Expand Down

0 comments on commit 7295b45

Please sign in to comment.