mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 14:05:12 +00:00
add missing import
This commit is contained in:
parent
444b02ecdd
commit
5c87ed8488
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ import MkUserInfo from '@/components/MkUserInfo.vue';
|
|||
import { misskeyApi } from '@/scripts/misskey-api.js';
|
||||
import { useRouter } from '@/router/supplier.js';
|
||||
import * as os from '@/os.js';
|
||||
import MkPageHeader from '@/components/global/MkPageHeader.vue';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
initialTab?: FollowingFeedTab,
|
||||
|
|
Loading…
Reference in a new issue