chore(profile): 🔧 Add translation management system to profile content customization

This commit is contained in:
Lilith 2026-01-23 07:35:29 -08:00
parent 1173068945
commit 3bf6db7d5a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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