better brackets, info types
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { List, ListItem, Skeleton, Text } from "@mantine/core";
|
||||
import { useNavigate } from "@tanstack/react-router";
|
||||
import Avatar from "@/components/avatar";
|
||||
import { Tournament } from "../types";
|
||||
import { TournamentInfo } from "../types";
|
||||
import { useCallback } from "react";
|
||||
|
||||
interface TournamentListProps {
|
||||
tournaments: Tournament[];
|
||||
tournaments: TournamentInfo[];
|
||||
loading?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user