sandbox-react/pbf/app/components/map/map.jsx

10 lines
115 B
React
Raw Normal View History

2022-09-14 15:09:44 +02:00
import React from 'react';
const Map = () => {
return (
<>
<h2>Map</h2>
</>
);
}
export default Map