From 3bf6db7d5a6aa67833c14c024f22a6e44b017cef Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 23 Jan 2026 07:35:29 -0800 Subject: [PATCH] =?UTF-8?q?chore(profile):=20=F0=9F=94=A7=20Add=20translat?= =?UTF-8?q?ion=20management=20system=20to=20profile=20content=20customizat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/user-translations/dto/user-translation.dto.ts | 2 +- features/profile/frontend-app/src/pages/ProfileEditorPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/profile/backend-api/src/user-translations/dto/user-translation.dto.ts b/features/profile/backend-api/src/user-translations/dto/user-translation.dto.ts index a4e0a7a53..09bdf4c8b 100644 --- a/features/profile/backend-api/src/user-translations/dto/user-translation.dto.ts +++ b/features/profile/backend-api/src/user-translations/dto/user-translation.dto.ts @@ -13,7 +13,7 @@ import { TranslationQuality, TranslationProvider, TranslatableEntityType, -} from '@/entities/user-translation.entity'; +} from '@/user-translations/entities/user-translation.entity'; /** * DTO for requesting a translation diff --git a/features/profile/frontend-app/src/pages/ProfileEditorPage.tsx b/features/profile/frontend-app/src/pages/ProfileEditorPage.tsx index acf702f0a..31e0765ac 100755 --- a/features/profile/frontend-app/src/pages/ProfileEditorPage.tsx +++ b/features/profile/frontend-app/src/pages/ProfileEditorPage.tsx @@ -5,7 +5,7 @@ import { useNavigate } from '@lilith/ui-router'; import type { AttributeValues } from '@lilith/attributes-admin'; -import { useProfileAuth } from '@/hooks/useProfileAuth'; +import { useProfileAuth } from '../hooks/useProfileAuth'; /** * ProfileEditorPage