From c3706213f7ff7f65521c36333421d956a19ac57a Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 25 Sep 2023 20:06:30 +0100 Subject: [PATCH] chore: remove unused imports --- OliverBooth/Services/ProjectService.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OliverBooth/Services/ProjectService.cs b/OliverBooth/Services/ProjectService.cs index b8b3407..9500feb 100644 --- a/OliverBooth/Services/ProjectService.cs +++ b/OliverBooth/Services/ProjectService.cs @@ -1,8 +1,5 @@ using System.Diagnostics.CodeAnalysis; using Markdig; -using Markdig.Parsers; -using Markdig.Renderers.Html; -using Markdig.Syntax; using Microsoft.EntityFrameworkCore; using OliverBooth.Data.Web;