website cleanup
This commit is contained in:
@@ -17,13 +17,9 @@ import {
|
||||
Globe,
|
||||
MapPin,
|
||||
Pencil,
|
||||
Link2,
|
||||
} from 'lucide-react';
|
||||
import type {
|
||||
LeagueConfigFormModel,
|
||||
LeagueSchedulePreviewDTO,
|
||||
} from '@core/racing/application';
|
||||
import type { Weekday } from '@core/racing/domain/types/Weekday';
|
||||
import type { LeagueConfigFormModel } from '@/lib/types/LeagueConfigFormModel';
|
||||
import type { Weekday } from '@/lib/types/Weekday';
|
||||
import Input from '@/components/ui/Input';
|
||||
import RangeField from '@/components/ui/RangeField';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user