Cards
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 52s
Create and publish a Docker image / Deploy image (push) Successful in 4s

This commit is contained in:
VITALY-VORON
2023-08-25 09:09:16 +03:00
parent edccd52fbd
commit 0cc7a05e94
5 changed files with 57 additions and 21 deletions

View File

@ -0,0 +1,9 @@
const Map = () => {
return (
<div>
</div>
);
}
export default Map;