refactor: use path alias
This commit is contained in:
parent
ec05c07321
commit
abc45ded9b
7 changed files with 7 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ import { Note } from './note';
|
|||
import { FollowRequest } from './follow-request';
|
||||
import { UserGroupInvitation } from './user-group-invitation';
|
||||
import { AccessToken } from './access-token';
|
||||
import { notificationTypes } from '../../types';
|
||||
import { notificationTypes } from '@/types';
|
||||
|
||||
@Entity()
|
||||
export class Notification {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue