fix imports and add a player data refresh interval
All checks were successful
Deploy Website / deploy (push) Successful in 3m53s

This commit is contained in:
Lee
2024-10-09 15:20:25 +01:00
parent 094e030f11
commit 6b8244fa48
2 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,6 @@ import useDatabase from "../../hooks/use-database";
import { useToast } from "@/hooks/use-toast";
import Tooltip from "../tooltip";
import { Button } from "../ui/button";
import { router } from "next/client";
import { revalidatePath } from "next/cache";
type Props = {