mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
fix
This commit is contained in:
@@ -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