update references from /scripts/ to /utility/
This commit is contained in:
parent
949baa9b8b
commit
f861bec1a7
30 changed files with 87 additions and 87 deletions
|
|
@ -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<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue