Browse Source

Überflüssige 'using'-Statements entfernt

feature/tictactoe
Felix Detig 2 years ago
parent
commit
db425a8a77
  1. 4
      BlazorSolution/MiniGames/Shared/Models/TicTacToeBrett.cs
  2. 4
      BlazorSolution/MiniGames/Shared/Models/TicTacToeModel.cs

4
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
{

4
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
{

Loading…
Cancel
Save