mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
starting zone element done
This commit is contained in:
@@ -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'), {
|
||||
|
||||
Reference in New Issue
Block a user