aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs')
-rw-r--r--src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs b/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
index 6514a5a..d27fc8d 100644
--- a/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
+++ b/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
@@ -1,5 +1,4 @@
using System.ComponentModel.DataAnnotations;
-using System.ComponentModel.DataAnnotations.Schema;
using Enmarcha.Backend.Data.Models;
namespace Enmarcha.Backend.ViewModels;