fix following-feed imports
This commit is contained in:
parent
c5ff081557
commit
73abf3204e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ import { $i } from '@/account.js';
|
|||
import { checkWordMute } from '@/scripts/check-word-mute.js';
|
||||
import SkUserRecentNotes from '@/components/SkUserRecentNotes.vue';
|
||||
import { useScrollPositionManager } from '@/nirax.js';
|
||||
import { getScrollContainer } from '@/scripts/scroll.js';
|
||||
import { getScrollContainer } from '@@/js/scroll.js';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
initialTab?: FollowingFeedTab,
|
||||
|
|
Loading…
Reference in a new issue