From d39e7f51540a5ed4b7a651718a5555a4fe3aa6e3 Mon Sep 17 00:00:00 2001 From: Endeavorance Date: Tue, 27 May 2025 17:09:11 -0400 Subject: [PATCH] Remove unused import --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 928b88c..7dba246 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,6 @@ import Path from "node:path"; import { parseArgs } from "node:util"; import EMDY from "@endeavorance/emdy"; -import { marked } from "marked"; import defaultStylesheet from "./defaults/default-style.css" with { type: "text", };