From b70c2962a21125920866fc5aad673960d3b8f08b Mon Sep 17 00:00:00 2001 From: BearHanded Date: Mon, 8 Jul 2024 13:45:07 -0400 Subject: [PATCH] comments --- services/ui-src/src/utils/other/parsing.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/ui-src/src/utils/other/parsing.ts b/services/ui-src/src/utils/other/parsing.ts index d5817bb1..eb9d7dcf 100644 --- a/services/ui-src/src/utils/other/parsing.ts +++ b/services/ui-src/src/utils/other/parsing.ts @@ -1,7 +1,6 @@ import React, { ReactElement } from "react"; import DOMPurify from "dompurify"; import parse from "html-react-parser"; -// components import { Link as RouterLink } from "react-router-dom"; import { Heading, @@ -18,7 +17,6 @@ import { Tr, UnorderedList, } from "@chakra-ui/react"; -// types import { CustomHtmlElement } from "types"; import uuid from "react-uuid";