refactor(i18n): consolidate Lang type imports to types/i18n

Move all Lang type imports from various locations to a centralized location in types/i18n for better maintainability and consistency
This commit is contained in:
joyzhao
2025-06-21 09:36:32 +08:00
parent 67f713565a
commit a8c3d4b197
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
---
import { type Lang } from '@/types';
import { type Lang } from '@/types/i18n';
import { ScrollArea } from '@/components/ui/scroll-area';
interface Props {