refactor: use path alias to improve readability
This commit is contained in:
parent
6d881d4570
commit
97f2675d40
55 changed files with 92 additions and 92 deletions
|
|
@ -8,7 +8,7 @@ import { resolveImage } from './image';
|
|||
import { IRemoteUser } from '@/models/entities/user';
|
||||
import { htmlToMfm } from '../misc/html-to-mfm';
|
||||
import { extractApHashtags } from './tag';
|
||||
import { unique, toArray, toSingle } from '../../../prelude/array';
|
||||
import { unique, toArray, toSingle } from '@/prelude/array';
|
||||
import { extractPollFromQuestion } from './question';
|
||||
import vote from '@/services/note/polls/vote';
|
||||
import { apLogger } from '../logger';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue