mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
markers and groups added
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface Tournament {
|
||||
_id: string;
|
||||
location: string;
|
||||
town: string;
|
||||
department: string;
|
||||
tournament: string;
|
||||
url: string;
|
||||
@@ -9,6 +9,6 @@ export interface Tournament {
|
||||
coordinates: [number, number];
|
||||
}
|
||||
|
||||
export interface TournamentTableProps {
|
||||
export interface TournamentDataProps {
|
||||
tournamentData: Tournament[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user