From 52be178e655d5bdea94ceadb13623b9b29846a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Mon, 8 Jan 2024 11:56:31 +0900 Subject: [PATCH] =?UTF-8?q?SkiaSharp=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/SQL/User.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/SQL/User.cs b/Server/SQL/User.cs index cf3b623..6a8c728 100644 --- a/Server/SQL/User.cs +++ b/Server/SQL/User.cs @@ -1,6 +1,5 @@ using Microsoft.EntityFrameworkCore; using Npgsql.EntityFrameworkCore.PostgreSQL; -using SkiaSharp; using System.ComponentModel.DataAnnotations.Schema; using static System.Runtime.InteropServices.JavaScript.JSType;