mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
add missing import
This commit is contained in:
parent
64c737036f
commit
fcb1218bbc
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ 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';
|
||||
import MkLoading from '@/components/global/MkLoading.vue';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
initialTab?: FollowingFeedTab,
|
||||
|
|
Loading…
Reference in a new issue