feat: fix conflict

This commit is contained in:
chashaobao 2025-06-15 01:10:47 +08:00
parent 1b782ee82c
commit fd5b3dab97

View File

@ -2,7 +2,6 @@ import { useSelector } from 'react-redux';
import { RoleType } from '@/constants/app'; import { RoleType } from '@/constants/app';
import { selectRoleType } from '@/store/selector'; import { selectRoleType } from '@/store/selector';
import { RoleType } from '@/constants/app';
function useRoleType() { function useRoleType() {
return useSelector(selectRoleType) || RoleType.Anchor; return useSelector(selectRoleType) || RoleType.Anchor;