refactor: Use path alias
This commit is contained in:
parent
d6e23b803b
commit
c74fe3c6e2
391 changed files with 557 additions and 557 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as Router from '@koa/router';
|
||||
import config from '../../config';
|
||||
import config from '@/config';
|
||||
import $ from 'cafy';
|
||||
import { ID } from '../../misc/cafy-id';
|
||||
import { ID } from '@/misc/cafy-id';
|
||||
import { renderActivity } from '../../remote/activitypub/renderer';
|
||||
import renderOrderedCollection from '../../remote/activitypub/renderer/ordered-collection';
|
||||
import renderOrderedCollectionPage from '../../remote/activitypub/renderer/ordered-collection-page';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue