mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 10:20:27 +01:00
styles
This commit is contained in:
parent
af45c2bded
commit
bd6ef35094
1 changed files with 4 additions and 4 deletions
|
@ -16,11 +16,11 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed } from 'vue';
|
||||
import * as Misskey from 'misskey-js';
|
||||
|
||||
import MkMedias from "@/components/MkMedias.vue";
|
||||
import MkPagination from "@/components/MkPagination.vue";
|
||||
import {computed} from "vue";
|
||||
import * as Misskey from "misskey-js";
|
||||
import MkMedias from '@/components/MkMedias.vue';
|
||||
import MkPagination from '@/components/MkPagination.vue';
|
||||
|
||||
const props = defineProps<{
|
||||
user: Misskey.entities.UserDetailed;
|
||||
|
|
Loading…
Reference in a new issue