1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

chore(server): use absolute import paths (#8080)

update server to use absolute import paths
This commit is contained in:
Daniel Dietzler
2024-03-20 19:32:04 +01:00
committed by GitHub
parent 591a641d8d
commit 30f499cf2e
347 changed files with 1962 additions and 2274 deletions

View File

@ -1,5 +1,5 @@
import { PersonEntity } from '@app/infra/entities';
import { userStub } from './user.stub';
import { PersonEntity } from 'src/infra/entities/person.entity';
import { userStub } from 'test/fixtures/user.stub';
export const personStub = {
noName: Object.freeze<PersonEntity>({