website refactor
This commit is contained in:
@@ -4,7 +4,7 @@ import { useState } from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import Button from '../ui/Button';
|
||||
import Input from '../ui/Input';
|
||||
import { useAllLeagues } from '@/hooks/league/useAllLeagues';
|
||||
import { useAllLeagues } from "@/lib/hooks/league/useAllLeagues";
|
||||
import type { LeagueSummaryViewModel } from '@/lib/view-models/LeagueSummaryViewModel';
|
||||
|
||||
interface ScheduleRaceFormData {
|
||||
|
||||
Reference in New Issue
Block a user