mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
rename
This commit is contained in:
@@ -4,8 +4,8 @@ import { defineStore } from 'pinia';
|
||||
import {
|
||||
checkVRChatCache
|
||||
} from '../shared/utils';
|
||||
import { database } from '../service/database';
|
||||
import { watchState } from '../service/watchState';
|
||||
import { database } from '../services/database';
|
||||
import { watchState } from '../services/watchState';
|
||||
|
||||
export const useAvatarStore = defineStore('Avatar', () => {
|
||||
let cachedAvatarModerations = new Map();
|
||||
|
||||
Reference in New Issue
Block a user