From db425a8a77d99d4bd35fd1c4d83b39d3724e2506 Mon Sep 17 00:00:00 2001 From: Felix Detig Date: Wed, 16 Feb 2022 01:12:58 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Cberfl=C3=BCssige=20'using'-Statements=20e?= =?UTF-8?q?ntfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BlazorSolution/MiniGames/Shared/Models/TicTacToeBrett.cs | 4 ---- BlazorSolution/MiniGames/Shared/Models/TicTacToeModel.cs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/BlazorSolution/MiniGames/Shared/Models/TicTacToeBrett.cs b/BlazorSolution/MiniGames/Shared/Models/TicTacToeBrett.cs index 68d1b0d..f5d72e5 100644 --- a/BlazorSolution/MiniGames/Shared/Models/TicTacToeBrett.cs +++ b/BlazorSolution/MiniGames/Shared/Models/TicTacToeBrett.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace MiniGames.Shared.Models { diff --git a/BlazorSolution/MiniGames/Shared/Models/TicTacToeModel.cs b/BlazorSolution/MiniGames/Shared/Models/TicTacToeModel.cs index 4e21acf..3476504 100644 --- a/BlazorSolution/MiniGames/Shared/Models/TicTacToeModel.cs +++ b/BlazorSolution/MiniGames/Shared/Models/TicTacToeModel.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace MiniGames.Shared.Models {