code quality

This commit is contained in:
2026-01-26 17:56:11 +01:00
parent 3a4f460a7d
commit f2bd80ccd3
81 changed files with 301 additions and 311 deletions

View File

@@ -1,4 +1,4 @@
'use client';
import { routes } from '@/lib/routing/RouteConfig';
import { Box } from '@/ui/Box';
@@ -6,11 +6,11 @@ import { Icon } from '@/ui/Icon';
import { Stack } from '@/ui/Stack';
import { Text } from '@/ui/Text';
import {
Handshake,
Palette,
Settings,
Trophy,
User
Handshake,
Palette,
Settings,
Trophy,
User
} from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';