website refactor
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
|
||||
import { Trophy } from 'lucide-react';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { DecorativeBlur } from '@/ui/DecorativeBlur';
|
||||
import { Icon } from '@/ui/Icon';
|
||||
import { Surface } from '@/ui/Surface';
|
||||
import { Stack } from '@/ui/primitives/Stack';
|
||||
import { Surface } from '@/ui/primitives/Surface';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { Trophy } from 'lucide-react';
|
||||
|
||||
interface RaceResultHeroProps {
|
||||
position: number;
|
||||
|
||||
Reference in New Issue
Block a user