import React from 'react'; export default function Coordenadas (props) { return
Coordena X: {props.coordX}
Coordenada Y: {props.coordY}