fix: cleanup unnecessary usings

This commit is contained in:
2026-04-10 15:56:45 +02:00
parent f7aacdad04
commit 1e25ca809b
6 changed files with 10 additions and 10 deletions
@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;
namespace TournamentOrganizer.Models;