imporved notif

This commit is contained in:
Quentin Roussel
2024-05-01 10:46:18 +02:00
parent b3f8bd939a
commit a6d18fb60f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
import { useSocket } from "@/context/socketContext";
import { useTeamConnexion } from "@/context/teamConnexionContext";
import { useTeamContext } from "@/context/teamContext";
import { useEffect } from "react";
export default function useGame() {
const { teamSocket } = useSocket();