mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
fix
This commit is contained in:
@@ -37,7 +37,7 @@ import { userRequest } from '../../api';
|
||||
import { watchState } from '../../service/watchState';
|
||||
|
||||
import configRepository from '../../service/config';
|
||||
import gameLogService from '../../service/gamelog.js';
|
||||
import gameLogService from '../../service/gameLog.js';
|
||||
|
||||
import * as workerTimers from 'worker-timers';
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import {
|
||||
hasGroupPermission,
|
||||
replaceBioSymbols
|
||||
} from '../shared/utils';
|
||||
import { database } from '../service/database.js';
|
||||
import { database } from '../service/database';
|
||||
import { groupDialogFilterOptions } from '../shared/constants/';
|
||||
import { useGameStore } from './game';
|
||||
import { useInstanceStore } from './instance';
|
||||
|
||||
@@ -30,7 +30,7 @@ import {
|
||||
instanceContentSettings
|
||||
} from '../shared/constants';
|
||||
import { database } from '../service/database';
|
||||
import { resolveRef } from '../shared/resolveRef';
|
||||
import { resolveRef } from '../shared/utils/resolveRef';
|
||||
import { useAppearanceSettingsStore } from './settings/appearance';
|
||||
import { useFriendStore } from './friend';
|
||||
import { useGroupStore } from './group';
|
||||
|
||||
@@ -27,12 +27,12 @@ import {
|
||||
getNotificationMessage,
|
||||
getUserIdFromNoty as getUserIdFromNotyBase,
|
||||
toNotificationText
|
||||
} from '../../shared/notificationMessage';
|
||||
} from '../../shared/utils/notificationMessage';
|
||||
import { database, dbVars } from '../../service/database';
|
||||
import {
|
||||
getNotificationCategory,
|
||||
getNotificationTs
|
||||
} from '../../shared/notificationCategory';
|
||||
} from '../../shared/utils/notificationCategory';
|
||||
import { AppDebug } from '../../service/appConfig';
|
||||
import { createOverlayDispatch } from './overlayDispatch';
|
||||
import { useAdvancedSettingsStore } from '../settings/advanced';
|
||||
|
||||
@@ -2,7 +2,7 @@ import { extractFileId, extractFileVersion } from '../../shared/utils';
|
||||
import {
|
||||
getNotificationMessage,
|
||||
toNotificationText
|
||||
} from '../../shared/notificationMessage';
|
||||
} from '../../shared/utils/notificationMessage';
|
||||
|
||||
/**
|
||||
* Creates the overlay dispatch functions for the Notification store.
|
||||
|
||||
Reference in New Issue
Block a user