From 6bbdd0a74d59133b440142878afae8e86e8bcf49 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 13 Aug 2023 13:28:25 +0100 Subject: [PATCH] fix: add missing ns import --- OliverBooth/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OliverBooth/Program.cs b/OliverBooth/Program.cs index 0a77b61..243b09b 100644 --- a/OliverBooth/Program.cs +++ b/OliverBooth/Program.cs @@ -1,6 +1,7 @@ using Markdig; using OliverBooth.Common; using OliverBooth.Common.Extensions; +using OliverBooth.Common.Markdown; using OliverBooth.Common.Services; using OliverBooth.Data; using OliverBooth.Markdown.Timestamp;