refactor
This commit is contained in:
parent
2a47e4a1e1
commit
33b0cab596
20 changed files with 25 additions and 25 deletions
|
|
@ -62,8 +62,8 @@ import { defineComponent, markRaw } from 'vue';
|
|||
import { getNoteSummary } from '@/misc/get-note-summary';
|
||||
import XReactionIcon from './reaction-icon.vue';
|
||||
import MkFollowButton from './follow-button.vue';
|
||||
import notePage from '../filters/note';
|
||||
import { userPage } from '../filters/user';
|
||||
import notePage from '@client/filters/note';
|
||||
import { userPage } from '@client/filters/user';
|
||||
import { i18n } from '@client/i18n';
|
||||
import * as os from '@client/os';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue