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
|
|
@ -1,7 +1,7 @@
|
|||
import { JSDOM } from 'jsdom';
|
||||
import * as mfm from 'mfm-js';
|
||||
import config from '@/config/index';
|
||||
import { intersperse } from '../prelude/array';
|
||||
import { intersperse } from '@/prelude/array';
|
||||
import { IMentionedRemoteUsers } from '@/models/entities/note';
|
||||
import { wellKnownServices } from '../well-known-services';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue