diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-25 17:32:18 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-25 17:32:18 -0400 |
| commit | f861bec1a767eed7bfcc78f1a705b04031dcf0da (patch) | |
| tree | e18cfa9efd4824bb4e4527f1967e04f6ae06d913 /packages/frontend/src/components/SkFollowingRecentNotes.vue | |
| parent | Revert "feat: google analytics (#15451)" (diff) | |
| download | sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.tar.gz sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.tar.bz2 sharkey-f861bec1a767eed7bfcc78f1a705b04031dcf0da.zip | |
update references from /scripts/ to /utility/
Diffstat (limited to 'packages/frontend/src/components/SkFollowingRecentNotes.vue')
| -rw-r--r-- | packages/frontend/src/components/SkFollowingRecentNotes.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/SkFollowingRecentNotes.vue b/packages/frontend/src/components/SkFollowingRecentNotes.vue index 7e71065082..2e0d8f67e0 100644 --- a/packages/frontend/src/components/SkFollowingRecentNotes.vue +++ b/packages/frontend/src/components/SkFollowingRecentNotes.vue @@ -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<{ |