diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-12 18:02:56 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-12 18:02:56 +0200 |
| commit | cd0551534d8aaf3d3d5cc1727dfcc01d0637c6b2 (patch) | |
| tree | 6c06381eb35f34bef66c9a67115f9760e5f78674 /src/Enmarcha.Backend/ViewModels | |
| parent | 7178807ef9724890b39dbf09e1de5b0a9c799a85 (diff) | |
Run formatter, split code in backend
Diffstat (limited to 'src/Enmarcha.Backend/ViewModels')
| -rw-r--r-- | src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs | 1 |
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; |
