This commit is contained in:
pa
2026-03-10 17:44:15 +09:00
parent 17b582c904
commit ff1529920b
237 changed files with 419 additions and 419 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import {
getGroupName,
getWorldName
} from '../shared/utils';
import { database } from '../service/database';
import { database } from '../services/database';
import { useFriendStore } from './friend';
import { useInstanceStore } from './instance';
import { useLocationStore } from './location';
@@ -16,7 +16,7 @@ import { useNotificationStore } from './notification';
import { useNotificationsSettingsStore } from './settings/notifications';
import { useUserStore } from './user';
import { useWristOverlaySettingsStore } from './settings/wristOverlay';
import { watchState } from '../service/watchState';
import { watchState } from '../services/watchState';
export const useSharedFeedStore = defineStore('SharedFeed', () => {
const friendStore = useFriendStore();