update references from /scripts/ to /utility/

This commit is contained in:
Hazelnoot 2025-03-25 17:32:18 -04:00
parent 949baa9b8b
commit f861bec1a7
30 changed files with 87 additions and 87 deletions

View file

@ -31,8 +31,8 @@ import MkDateSeparatedList from '@/components/MkDateSeparatedList.vue';
import MkPagination, { Paging } from '@/components/MkPagination.vue';
import SkFollowingFeedEntry from '@/components/SkFollowingFeedEntry.vue';
import { $i } from '@/account.js';
import { checkWordMute } from '@/scripts/check-word-mute.js';
import { FollowingFeedTab } from '@/scripts/following-feed-utils.js';
import { checkWordMute } from '@/utility/check-word-mute.js';
import { FollowingFeedTab } from '@/utility/following-feed-utils.js';
import MkPullToRefresh from '@/components/MkPullToRefresh.vue';
const props = defineProps<{