chore(profile): 🔧 Add translation management system to profile content customization
This commit is contained in:
parent
1173068945
commit
3bf6db7d5a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue