diff --git a/OliverBooth/Services/ITemplateService.cs b/OliverBooth/Services/ITemplateService.cs index 82202fa..5fa9239 100644 --- a/OliverBooth/Services/ITemplateService.cs +++ b/OliverBooth/Services/ITemplateService.cs @@ -1,5 +1,4 @@ using System.Diagnostics.CodeAnalysis; -using OliverBooth.Data; using OliverBooth.Data.Web; using OliverBooth.Markdown.Template; diff --git a/OliverBooth/Services/TemplateService.cs b/OliverBooth/Services/TemplateService.cs index dd7cbb8..58334af 100644 --- a/OliverBooth/Services/TemplateService.cs +++ b/OliverBooth/Services/TemplateService.cs @@ -1,7 +1,6 @@ using System.Buffers.Binary; using System.Diagnostics.CodeAnalysis; using Microsoft.EntityFrameworkCore; -using OliverBooth.Data; using OliverBooth.Data.Web; using OliverBooth.Formatting; using OliverBooth.Markdown.Template;