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