chore: remove usused codes

This commit is contained in:
boojack 2022-06-19 11:30:57 +08:00
parent c8fe3b9d95
commit 266843e886
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { memo } from "react";
import { escape, replace } from "lodash-es";
import { escape } from "lodash-es";
import { IMAGE_URL_REG, LINK_REG, MEMO_LINK_REG, TAG_REG, UNKNOWN_ID } from "../helpers/consts";
import { parseMarkedToHtml, parseRawTextToHtml } from "../helpers/marked";
import * as utils from "../helpers/utils";