kgroad-frontend2/src/Widgets/ReportForm/CreateReportMap/CreateReportMap.tsx
2024-02-13 19:18:07 +06:00

8 lines
139 B
TypeScript

import "./CreateReportMap.scss";
const CreateReportMap = () => {
return <div>CreateReportMap</div>;
};
export default CreateReportMap;