fix $i imports
This commit is contained in:
parent
c6e775302b
commit
dbcfbad196
3 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ import { i18n } from '@/i18n.js';
|
|||
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 { $i } from '@/i.js';
|
||||
import { checkWordMute } from '@/utility/check-word-mute.js';
|
||||
import { FollowingFeedTab } from '@/utility/following-feed-utils.js';
|
||||
import MkPullToRefresh from '@/components/MkPullToRefresh.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue