starting zone element done

This commit is contained in:
Quentin Roussel
2024-03-28 21:53:43 +01:00
parent 27e5a6615a
commit 1a5405b4e8
4 changed files with 113 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ import ActionDrawer from '@/components/team/actionDrawer';
import { useTeamConnexion } from '@/context/teamConnexionContext';
import useGame from '@/hook/useGame';
import dynamic from 'next/dynamic';
import React, { use } from 'react'
import React from 'react'
//Load the map without SSR
const LiveMap = dynamic(() => import('@/components/team/map'), {