mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +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>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
import { computed } from 'vue';
|
||||||
|
import * as Misskey from 'misskey-js';
|
||||||
|
|
||||||
import MkMedias from "@/components/MkMedias.vue";
|
import MkMedias from '@/components/MkMedias.vue';
|
||||||
import MkPagination from "@/components/MkPagination.vue";
|
import MkPagination from '@/components/MkPagination.vue';
|
||||||
import {computed} from "vue";
|
|
||||||
import * as Misskey from "misskey-js";
|
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
user: Misskey.entities.UserDetailed;
|
user: Misskey.entities.UserDetailed;
|
||||||
|
|
Loading…
Reference in a new issue