refactor: Use path alias

This commit is contained in:
syuilo
2021-03-23 17:43:07 +09:00
parent d6e23b803b
commit c74fe3c6e2
391 changed files with 557 additions and 557 deletions

View File

@@ -1,9 +1,9 @@
import config from '../../../config';
import config from '@/config';
import { v4 as uuid } from 'uuid';
import { IActivity } from '../type';
import { LdSignature } from '../misc/ld-signature';
import { ILocalUser } from '../../../models/entities/user';
import { getUserKeypair } from '../../../misc/keypair-store';
import { getUserKeypair } from '@/misc/keypair-store';
export const renderActivity = (x: any): IActivity | null => {
if (x == null) return null;