From 97273fe071d4aed0f6aefecce99981d4b5ba37ee Mon Sep 17 00:00:00 2001
From: flu0r1ne <flu0r1ne@flu0r1ne.net>
Date: Mon, 30 May 2022 00:53:36 -0500
Subject: Add new post

---
 utils/Posts.tsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'utils')

diff --git a/utils/Posts.tsx b/utils/Posts.tsx
index 2a69629..fed1d31 100644
--- a/utils/Posts.tsx
+++ b/utils/Posts.tsx
@@ -1,6 +1,7 @@
 import { promises as fs } from 'fs';
 import path from 'path';
-import marked from 'marked';
+// @ts-ignore
+import { marked } from 'marked';
 import markedOptions from './markedOptions';
 
 marked.setOptions(markedOptions);
-- 
cgit v1.2.3