nav updated

This commit is contained in:
Owen Rees
2023-06-09 16:50:32 +02:00
parent 4cf8566a59
commit 1ad2f1b306
19 changed files with 173 additions and 61 deletions
+1
View File
@@ -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))[] => {