Refactoring: Remove some unused or deprecated classes

This commit is contained in:
Pieter Vander Vennet 2024-08-01 19:42:32 +02:00
parent ee1ef81f48
commit 2822eafef6
6 changed files with 1 additions and 72 deletions

View file

@ -2,7 +2,6 @@ import BaseUIElement from "../BaseUIElement"
import List from "./List"
import { marked } from "marked"
import { parse as parse_html } from "node-html-parser"
import { default as turndown } from "turndown"
import { Utils } from "../../Utils"
export default class TableOfContents {