// import Bluetooth from './Bluetooth'; import BorderTiles from './BorderTiles'; // import FogImages from './FogImages'; import HitElems from './HitElems'; import Labeling from './Labeling'; import Ships from './Ships'; import Item from './Item'; import useGameEvent from './useGameEvent'; import { CSSProperties } from 'react'; function Gamefield() { const count = 12; const { targets, eventBar, setLastLeftTile, setTarget, setTargetPreviewPos, hits, DispatchHits } = useGameEvent(); return (