diff --git a/GPW.CORE.SMART/Components/Calendario.razor b/GPW.CORE.SMART/Components/Calendario.razor
index 14231ab..35613c0 100644
--- a/GPW.CORE.SMART/Components/Calendario.razor
+++ b/GPW.CORE.SMART/Components/Calendario.razor
@@ -87,3 +87,10 @@ else
}
+@*
+ - Richiesta timbratura a posteriori: ENT/USC, arrotondamento 5 min x difetto
+ - x utenti normali possibilità cancellare (se non approvata)
+ - x utenti normali possibilità cambio IN/OUT (se non approvata)
+ - solox admin approvazione (uno/tutti)
+
*@
+
diff --git a/GPW.CORE.SMART/Pages/MancateTimbrature.razor b/GPW.CORE.SMART/Pages/MancateTimbrature.razor
deleted file mode 100644
index 56085b7..0000000
--- a/GPW.CORE.SMART/Pages/MancateTimbrature.razor
+++ /dev/null
@@ -1,15 +0,0 @@
-@page "/MancateTimbrature"
-
-MancateTimbrature
-
-
-
- - Richiesta timbratura a posteriori: ENT/USC, arrotondamento 5 min x difetto
- - x utenti normali possibilità cancellare (se non approvata)
- - x utenti normali possibilità cambio IN/OUT (se non approvata)
- - solox admin approvazione (uno/tutti)
-
-
-@code {
-
-}
diff --git a/GPW.CORE.SMART/Pages/Progetti.razor b/GPW.CORE.SMART/Pages/Progetti.razor
new file mode 100644
index 0000000..d67e2f3
--- /dev/null
+++ b/GPW.CORE.SMART/Pages/Progetti.razor
@@ -0,0 +1,5 @@
+Progetti
+
+@code {
+
+}