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,6 +1,6 @@
|
|||
import { URL } from 'url';
|
||||
import { getJson } from '@/misc/fetch';
|
||||
import { query as urlQuery } from '../prelude/url';
|
||||
import { query as urlQuery } from '@/prelude/url';
|
||||
|
||||
type ILink = {
|
||||
href: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue