Skip to content

Commit 4e5e4b8

Browse files
authored
[Task] fix: import (#45)
1 parent 34a8c8e commit 4e5e4b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/renderHTMLContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Render from '@/pages/Detailpage/Render';
22
import { REGEX_PARSE } from '@/types/constant';
33
import { NodeExtended } from '@/types/interface';
4-
import { parse } from 'node-html-parser';
4+
import parse from 'node-html-parser';
55

66
export const renderHTMLContent = (post: any) => {
77
const root = parse(post.html.replace(REGEX_PARSE, ''));

0 commit comments

Comments
 (0)