[init] initlialize next app & convert old react app

This commit is contained in:
Janis
2022-12-16 17:13:47 +01:00
parent 95d8b832e9
commit e439aad1db
42 changed files with 10568 additions and 5279 deletions

16
styles/Map.module.scss Normal file
View File

@@ -0,0 +1,16 @@
.map {
display: flex;
flex-direction: column;
a {
flex: 1;
float: right;
width: 100%;
text-align: right;
}
#googleMap {
flex: 1;
aspect-ratio: 1;
}
}