diff --git a/frontend/src/app/dashboard/profile/page.tsx b/frontend/src/app/dashboard/profile/page.tsx index 6209b03..89c4dc8 100644 --- a/frontend/src/app/dashboard/profile/page.tsx +++ b/frontend/src/app/dashboard/profile/page.tsx @@ -12,16 +12,7 @@ import { BadgeCheck, ShieldAlert, Info, Globe, Settings, Palette, Trash2, Loader2, Activity, ChevronDown, } from 'lucide-react'; -import { Button } from '@/components/ui/button'; -import { Badge } from '@/components/ui/badge'; -import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; -import { Separator } from '@/components/ui/separator'; -import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'; import { ThemeToggle } from '@/components/ui/theme-toggle'; -import { - Select, SelectContent, SelectItem, SelectTrigger, SelectValue, -} from '@/components/ui/select'; -import { Label } from '@/components/ui/label'; import { languages } from '@/lib/api'; import { useTranslationStore } from '@/lib/store'; import { cn } from '@/lib/utils'; @@ -534,18 +525,18 @@ export default function ProfilePage() {
- + +
- - + {/* Cache */} +
+
+
+ +
+
+

+ {t('settings.cache.title')} +

+

+ {t('settings.cache.desc')} +

+
+
+ +
+
); }