export default function World({ children, currentPos }) { const translateX = -currentPos.x * 100; const translateY = -currentPos.y * 100; return (