diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-05-30 00:53:36 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-05-30 00:53:36 -0500 |
| commit | 1428694497fc2e3cd5ce8441008dd92bafb0f2ce (patch) | |
| tree | 61156cd6ae2d489ed96e16f02609e90b9a4f657b /utils/Posts.tsx | |
| parent | a0ced7702eb01298905085ccb6bd19c6920e0325 (diff) | |
Add new post
Diffstat (limited to 'utils/Posts.tsx')
| -rw-r--r-- | utils/Posts.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
