This commit is contained in:
syuilo 2021-08-05 16:34:18 +09:00
parent 2a47e4a1e1
commit 33b0cab596
20 changed files with 25 additions and 25 deletions

View file

@ -31,7 +31,7 @@
import { defineComponent } from 'vue';
import { parseAcct } from '@/misc/acct';
import MkFollowButton from './follow-button.vue';
import { userPage } from '../filters/user';
import { userPage } from '@client/filters/user';
export default defineComponent({
components: {