You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
254 B

// InteractiveIranMap.js
import React from "react";
const InteractiveIranMap = props => {
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("h1", null, "InteractiveIranMap!"));
};
export default InteractiveIranMap;