website refactor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
'use client';
|
||||
|
||||
import { Calendar, Users, Trophy, Gamepad2, Eye, Hash, Award } from 'lucide-react';
|
||||
import type { LeagueConfigFormModel } from '@/lib/types/LeagueConfigFormModel';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { Heading } from '@/ui/Heading';
|
||||
import { InfoItem } from '@/ui/InfoItem';
|
||||
import { Box } from '@/ui/primitives/Box';
|
||||
import { Award, Calendar, Eye, Gamepad2, Hash, Trophy, Users } from 'lucide-react';
|
||||
|
||||
interface ReadonlyLeagueInfoProps {
|
||||
league: {
|
||||
|
||||
Reference in New Issue
Block a user