mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
nav updated
This commit is contained in:
@@ -2,6 +2,7 @@ import { Tournament } from "@/types";
|
||||
import { useState } from "react";
|
||||
|
||||
// TODO change 'any'
|
||||
// TODO document this hook with TSDoc
|
||||
const useTournamentDataFilter = (
|
||||
initialState: Tournament[]
|
||||
): (any | ((searchQuery: string) => void))[] => {
|
||||
|
||||
Reference in New Issue
Block a user