mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
rename
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
||||
import { ref, shallowRef, watch } from 'vue';
|
||||
import { defineStore } from 'pinia';
|
||||
|
||||
import { database } from '../service/database';
|
||||
import { database } from '../services/database';
|
||||
import { useFriendStore } from './friend';
|
||||
import { useVrcxStore } from './vrcx';
|
||||
import { watchState } from '../service/watchState';
|
||||
import { watchState } from '../services/watchState';
|
||||
|
||||
import configRepository from '../service/config';
|
||||
import configRepository from '../services/config';
|
||||
|
||||
export const useFeedStore = defineStore('Feed', () => {
|
||||
const friendStore = useFriendStore();
|
||||
|
||||
Reference in New Issue
Block a user