Working on airport pages

This commit is contained in:
2023-08-24 12:05:51 -04:00
parent 2fe801cccc
commit d4196a24ec
8 changed files with 49 additions and 35 deletions

View File

@@ -27,7 +27,7 @@
"paths": {
"@/*": ["./src/*"],
"@app/*": ["./src/app/*"],
"@components/*": ["./src/app/components/*"],
"@components/*": ["src/components/*"],
"@js/*": ["src/js"]
}
},