refactor: use path alias to improve readability
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { EntityRepository, Repository } from 'typeorm';
|
||||
import { Relay } from '../entities/relay';
|
||||
import { Relay } from '@/models/entities/relay';
|
||||
|
||||
@EntityRepository(Relay)
|
||||
export class RelayRepository extends Repository<Relay> {
|
||||
|
Reference in New Issue
Block a user