mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
eslint fix
This commit is contained in:
@@ -14,7 +14,10 @@ import { useFriendStore } from './friend';
|
||||
import { useGameStore } from './game';
|
||||
import { useGroupStore } from './group';
|
||||
import { handleGroupUserInstances } from '../coordinators/groupCoordinator';
|
||||
import { getCurrentUser, updateAutoStateChange } from '../coordinators/userCoordinator';
|
||||
import {
|
||||
getCurrentUser,
|
||||
updateAutoStateChange
|
||||
} from '../coordinators/userCoordinator';
|
||||
import { useModerationStore } from './moderation';
|
||||
import { useUserStore } from './user';
|
||||
import { useVRCXUpdaterStore } from './vrcxUpdater';
|
||||
|
||||
Reference in New Issue
Block a user