forked from Transparency/kgroad-frontend2
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import "./CreateReportMap.scss";
|
|
|
|
const CreateReportMap = () => {
|
|
return <div>CreateReportMap</div>;
|
|
};
|
|
|
|
export default CreateReportMap;
|