- Implementazione TRASPORTI ! Passo 1

This commit is contained in:
Surya Paolo
2025-12-22 01:19:23 +01:00
parent 83a0cf653c
commit c9fc1a83d0
123 changed files with 27433 additions and 28 deletions

View File

@@ -78,6 +78,9 @@
"@views": [
"src/views/*"
],
"@modules": [
"src/modules/*"
],
"@/*": [
"src/*"
],
@@ -132,9 +135,6 @@
"@store/*": [
"src/store/*"
],
"@modules": [
"src/store/Modules/index.ts"
],
"@model": [
"src/model/index.ts"
],