fixed the bork

This commit is contained in:
limited_dev 2023-02-07 21:47:28 +01:00
parent 2724b6b9d2
commit c1fd893ff0
10 changed files with 20 additions and 15 deletions

View file

@ -1,7 +1,5 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Diagnostics.CodeAnalysis;
using ImageBoardServerApp.Shared.Components;
namespace ImageBoardServerApp.Data;